We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1b6e54 + 7add2a3 commit 6c5f9daCopy full SHA for 6c5f9da
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tempren"
3
-version = "1.2.5"
+version = "1.2.6"
4
description = "Template-based renaming utility"
5
readme = "README.md"
6
license = "GPL-3.0-or-later"
release-start.sh
@@ -11,6 +11,6 @@ NEXT_VERSION=$(poetry version --dry-run --short "$BUMP_RULE")
11
12
git flow release start "v$NEXT_VERSION"
13
poetry version "$BUMP_RULE"
14
-git commit -a -m "Version updated to v$NEW_VERSION"
+git commit -a -m "Version updated to v$NEXT_VERSION"
15
16
echo "Type release-finish.sh to make the release"
0 commit comments