diff options
author | EuAndreh <eu@euandre.org> | 2021-02-28 20:32:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-28 20:32:07 -0300 |
commit | 2cf8bc6adbe69c4aadc7652399b69a559aa7c374 (patch) | |
tree | acfd54d3bf89eaca3d17f8c85d486ac9b6a75866 /aux/workflow/dist.sh | |
parent | README.sh: Reverse the list of tags (diff) | |
download | remembering-2cf8bc6adbe69c4aadc7652399b69a559aa7c374.tar.gz remembering-2cf8bc6adbe69c4aadc7652399b69a559aa7c374.tar.xz |
Add assert-changelog.sh; change dependency of check -> dev-check targets
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-x | aux/workflow/dist.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index b337ef0..afe2c92 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -16,10 +16,7 @@ if [ "$DATE" != "$(git log -1 --format=%cd --date=short HEAD)" ]; then exit 1 fi -if ! grep -q "^# $VERSION - $DATE$" CHANGELOG.md; then - echo "Missing '# $VERSION - $DATE' entry from CHANGELOG.md" >&2 - exit 1 -fi +sh aux/workflow/assert-changelog.sh "$DATE" "$VERSION" "$PROJECT" git tag "$VVERSION" |