Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 80eb1b1

Browse files
committed
update_version.sh: include README.md in example commit command
1 parent 7d2c6b2 commit 80eb1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ poetry version "$1"
1515
git diff
1616
echo
1717
echo "Don't forget to commit and tag:"
18-
echo git commit -m \'Bumped version to $1\' rsa/__init__.py pyproject.toml
18+
echo git commit -m \'Bumped version to $1\' rsa/__init__.py pyproject.toml README.md
1919
echo git tag -a version-$1 -m \'Tagged version $1\'

0 commit comments

Comments
 (0)