Skip to content

Commit

Permalink
bin/create-release.sh: no longer edit tag messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 9, 2024
1 parent 7e39225 commit b49b45a
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 @@ -32,6 +32,6 @@ sed -i -e "s!^version = \".*\"\$!version = \"${version}\"!" pyproject.toml
git add pyproject.toml
nix flake check -vL
git commit -m "bump version ${version}"
git tag -e "${version}"
git tag "${version}"

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

0 comments on commit b49b45a

Please sign in to comment.