We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bbf24 commit 1b59804Copy full SHA for 1b59804
Makefile
@@ -71,7 +71,7 @@ package-test: clean
71
72
notes: check-bump
73
# Let UPCOMING_VERSION be the version that is used for the current bump
74
- $(eval UPCOMING_VERSION=$(shell bump-my-version show --increment $(bump) new_version))
+ $(eval UPCOMING_VERSION=$(shell bump-my-version bump --dry-run $(bump) -v | awk -F"'" '/New version will be / {print $$2}'))
75
# Now generate the release notes to have them included in the release commit
76
towncrier build --yes --version $(UPCOMING_VERSION)
77
# Before we bump the version, make sure that the towncrier-generated docs will build
0 commit comments