Skip to content

Commit

Permalink
Fix make check candidate (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo authored Mar 7, 2024
1 parent f2a6394 commit ed3645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ bumpversion-revert: ## Undo a previous bumpversion-release

CLEAN_DIR := $(shell git status --short | grep -v ??)
CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
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]*")
CHANGELOG_LINES := $(shell git diff HEAD..origin/stable HISTORY.md 2>&1 | wc -l)

.PHONY: check-clean
Expand Down

0 comments on commit ed3645b

Please sign in to comment.