Skip to content

Commit

Permalink
create-release: no longer edit git tag messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 9, 2024
1 parent 5faa627 commit 9ba1a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ git add pyproject.toml default.nix
nix flake check -vL
nix develop -c pytest -s .
git commit -m "bump version ${version}"
git tag -e "${version}"
git tag "${version}"

echo "now run 'git push --tags origin main'"

0 comments on commit 9ba1a2a

Please sign in to comment.