aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-changelog.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-06 02:29:37 -0300
committerEuAndreh <eu@euandre.org>2022-03-06 02:29:37 -0300
commit8f6060c5fe07c475cd53c367ab791251168ab460 (patch)
tree44ba6bfa1a0e3debbb70944839c3a682d3ee7c53 /aux/workflow/assert-changelog.sh
parentaux/: Update (diff)
downloadserver-8f6060c5fe07c475cd53c367ab791251168ab460.tar.gz
server-8f6060c5fe07c475cd53c367ab791251168ab460.tar.xz
aux/: Update
Diffstat (limited to 'aux/workflow/assert-changelog.sh')
-rwxr-xr-xaux/workflow/assert-changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh
index 4acc81b..c58a600 100755
--- a/aux/workflow/assert-changelog.sh
+++ b/aux/workflow/assert-changelog.sh
@@ -44,7 +44,7 @@ assert() {
VVERSION="$2"
VERSION="${2#v}"
CHANGELOG_ENTRY="$(printf \
- '# [%s](https://git.euandreh.xyz/%s/commit/?id=%s) - %s' \
+ '# [%s](https://euandreh.xyz/%s.git/commit/?id=%s) - %s' \
"$VERSION" "$PROJECT" "$VVERSION" "$DATE")"
if ! grep -qF "$CHANGELOG_ENTRY" CHANGELOG.md; then
echo "Missing '$CHANGELOG_ENTRY' entry from CHANGELOG.md" >&2