Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2dc28b1

Browse files
committedMar 6, 2024·
update MAKEFILE to point to pyproject.toml
1 parent 65f1a8d commit 2dc28b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ bumpversion-revert: ## Undo a previous bumpversion-release
222222

223223
CLEAN_DIR := $(shell git status --short | grep -v ??)
224224
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]*")
225+
CURRENT_VERSION := $(shell grep "^current_version" pyproject.toml | grep -o "dev[0-9]*")
226226
CHANGELOG_LINES := $(shell git diff HEAD..origin/stable HISTORY.md 2>&1 | wc -l)
227227

228228
.PHONY: check-clean

0 commit comments

Comments
 (0)
Please sign in to comment.