Skip to content

Commit

Permalink
chore: fix changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 2, 2024
1 parent 8cedbd8 commit 45e491d
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 @@ -593,7 +593,7 @@ check_version_coherence:

.PHONY: changelog # Generate a changelog
changelog: check_version_coherence
PROJECT_VER="$${poetry version --short}" && \
PROJECT_VER="${poetry version --short}" && \
poetry run python ./script/make_utils/changelog_helper.py > "CHANGELOG_$${PROJECT_VER}.md"

.PHONY: show_commit_rules # Show the accepted rules for git conventional commits
Expand Down

0 comments on commit 45e491d

Please sign in to comment.