-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(pipeline.yml): #275 add cocogitto based conventional-commit-check …
…job in GHA
- Loading branch information
1 parent
731bdb0
commit deb75d2
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
from_latest_tag = true | ||
ignore_merge_commits = false | ||
tag_prefix = "v" # This is important to enable latest tag check with you use v prefix | ||
#disable_changelog = false | ||
#disable_bump_commit = false | ||
#generate_mono_repository_global_tag = true | ||
#generate_mono_repository_package_tags = true | ||
branch_whitelist = [] | ||
skip_ci = "[skip ci]" | ||
#skip_untracked = false | ||
pre_bump_hooks = [] | ||
post_bump_hooks = [] | ||
pre_package_bump_hooks = [] | ||
post_package_bump_hooks = [] | ||
|
||
[git_hooks] | ||
|
||
[commit_types] | ||
|
||
[changelog] | ||
path = "CHANGELOG.md" | ||
authors = [] | ||
|
||
[bump_profiles] | ||
|
||
[packages] |