chore: fix use of previous version number in release message
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M justfile → justfile
@@ -63,7 +63,7 @@ set -eu VERSION=$(convco version --bump --print-prefix) git add CHANGELOG.md nix/package.nix nix/modules/default.nix git commit -m "chore: release ${VERSION}" - convco changelog -c .tag.versionrc -m 1 -n -s $(convco version --print-prefix) | \ + convco changelog -c .tag.versionrc -m 1 -n -s $VERSION | \ sed -e 1d -e "2s/^#* //" -e 's/^##//' | \ git tag "${VERSION}" -F - git push origin main "${VERSION}"