From 80eb1b16dd359452c8d309161c13196a61387bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 20 Jul 2022 12:26:00 +0200 Subject: update_version.sh: include README.md in example commit command --- update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.sh b/update_version.sh index fbb5099..e18f2d2 100755 --- a/update_version.sh +++ b/update_version.sh @@ -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\' -- cgit v1.2.1