mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore: show types and optional scopes for conventional commits.
This commit is contained in:
committed by
Benoit Chevallier
parent
1c8c623951
commit
2d866ae3c1
10
Makefile
10
Makefile
@@ -238,3 +238,13 @@ changelog: check_version_coherence
|
||||
PROJECT_VER="$${PROJECT_VER[1]}";\
|
||||
poetry run python ./script/make_utils/changelog_helper.py > "CHANGELOG_$${PROJECT_VER}.md"
|
||||
.PHONY: changelog
|
||||
|
||||
# Show the accepted types and optional scopes
|
||||
show_scope:
|
||||
@echo "Accepted types and optional scopes:"
|
||||
@cat .github/workflows/continuous-integration.yaml | grep feat | grep pattern | cut -f 2- -d ":" | cut -f 2- -d " "
|
||||
.PHONY: show_scope
|
||||
|
||||
show_type:show_scope
|
||||
.PHONY: show_type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user