all repos — searchix @ 012318008892a024366f847d0b718210a558c7c2

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: fix use of previous version number in release message

Alan Pearce
commit

012318008892a024366f847d0b718210a558c7c2

parent

937c8262296c2c36455fd80bdfbb78857610df6a

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -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}"