File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 88 - main
99
1010jobs :
11+ conventional-commit-check :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+ with :
16+ fetch-depth : 0
17+ - name : Conventional commit check
18+ uses : cocogitto/cocogitto-action@v3
1119 build :
1220 runs-on : ubuntu-latest
21+ needs : conventional-commit-check
1322 steps :
1423 - uses : actions/checkout@v4
1524 - uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1+ from_latest_tag = true
2+ ignore_merge_commits = false
3+ tag_prefix = " v" # This is important to enable latest tag check with you use v prefix
4+ # disable_changelog = false
5+ # disable_bump_commit = false
6+ # generate_mono_repository_global_tag = true
7+ # generate_mono_repository_package_tags = true
8+ branch_whitelist = []
9+ skip_ci = " [skip ci]"
10+ # skip_untracked = false
11+ pre_bump_hooks = []
12+ post_bump_hooks = []
13+ pre_package_bump_hooks = []
14+ post_package_bump_hooks = []
15+
16+ [git_hooks ]
17+
18+ [commit_types ]
19+
20+ [changelog ]
21+ path = " CHANGELOG.md"
22+ authors = []
23+
24+ [bump_profiles ]
25+
26+ [packages ]
You can’t perform that action at this time.
0 commit comments