Skip to content

Commit

Permalink
update_version.sh: include README.md in example commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Jul 20, 2022
1 parent 7d2c6b2 commit 80eb1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ poetry version "$1"
git diff
echo
echo "Don't forget to commit and tag:"
echo git commit -m \'Bumped version to $1\' rsa/__init__.py pyproject.toml
echo git commit -m \'Bumped version to $1\' rsa/__init__.py pyproject.toml README.md
echo git tag -a version-$1 -m \'Tagged version $1\'

0 comments on commit 80eb1b1

Please sign in to comment.