We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f1a8d commit 2dc28b1Copy full SHA for 2dc28b1
Makefile
@@ -222,7 +222,7 @@ bumpversion-revert: ## Undo a previous bumpversion-release
222
223
CLEAN_DIR := $(shell git status --short | grep -v ??)
224
CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
225
-CURRENT_VERSION := $(shell grep "^current_version" setup.cfg | grep -o "dev[0-9]*")
+CURRENT_VERSION := $(shell grep "^current_version" pyproject.toml | grep -o "dev[0-9]*")
226
CHANGELOG_LINES := $(shell git diff HEAD..origin/stable HISTORY.md 2>&1 | wc -l)
227
228
.PHONY: check-clean
0 commit comments