aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-changelog.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-11 10:42:48 -0300
committerEuAndreh <eu@euandre.org>2021-10-11 10:42:48 -0300
commitbff3e4c43cf409a041c060fd6c8bbb411545c57c (patch)
treeb3a7f2775436716556d19e08fb02f421760b7a4e /aux/workflow/assert-changelog.sh
parentTODOs.md: Add #td-d6adcb7a-5252-d883-2b81-501c6f648214 (diff)
downloadgit-permalink-bff3e4c43cf409a041c060fd6c8bbb411545c57c.tar.gz
git-permalink-bff3e4c43cf409a041c060fd6c8bbb411545c57c.tar.xz
Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.git
Diffstat (limited to '')
-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