File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "packages" : {
3+ "." : {
4+ "release-type" : " python" ,
5+ "changelog-sections" : [
6+ {
7+ "type" : " feat" ,
8+ "section" : " Features"
9+ },
10+ {
11+ "type" : " fix" ,
12+ "section" : " Bug Fixes"
13+ },
14+ {
15+ "type" : " deps" ,
16+ "section" : " Dependencies"
17+ },
18+ {
19+ "type" : " perf" ,
20+ "section" : " Performance Improvements"
21+ },
22+ {
23+ "type" : " revert" ,
24+ "section" : " Reverts"
25+ },
26+ {
27+ "type" : " docs" ,
28+ "section" : " Documentation"
29+ },
30+ {
31+ "type" : " style" ,
32+ "section" : " Styles" ,
33+ "hidden" : true
34+ },
35+ {
36+ "type" : " chore" ,
37+ "section" : " Miscellaneous Chores" ,
38+ "hidden" : true
39+ },
40+ {
41+ "type" : " refactor" ,
42+ "section" : " Code Refactoring" ,
43+ "hidden" : true
44+ },
45+ {
46+ "type" : " test" ,
47+ "section" : " Tests" ,
48+ "hidden" : true
49+ },
50+ {
51+ "type" : " build" ,
52+ "section" : " Build System" ,
53+ "hidden" : true
54+ },
55+ {
56+ "type" : " ci" ,
57+ "section" : " Continuous Integration" ,
58+ "hidden" : true
59+ }
60+ ]
61+ }
62+ }
63+ }
Original file line number Diff line number Diff line change 3636 uses : peter-evans/create-pull-request@v6
3737 with :
3838 token : ${{ secrets.GITHUB_TOKEN }}
39- commit-message : " chore( deps) : update balatrobot to ${{ steps.version.outputs.VERSION }}"
40- title : " chore( deps) : bump balatrobot to ${{ steps.version.outputs.VERSION }}"
39+ commit-message : " deps: update balatrobot to ${{ steps.version.outputs.VERSION }}"
40+ title : " deps: bump balatrobot to ${{ steps.version.outputs.VERSION }}"
4141 body : |
4242 Automatic dependency update after balatrobot release `${{ steps.version.outputs.VERSION }}`
4343
You can’t perform that action at this time.
0 commit comments