File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ # https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2
+ changelog :
3
+ categories :
4
+ - title : Breaking Changes
5
+ labels :
6
+ - breaking-change
7
+ - title : line-openapi updates
8
+ labels :
9
+ - line-openapi-update
10
+ - title : New Features
11
+ labels :
12
+ - new-features
13
+ - title : Bug fix
14
+ labels :
15
+ - bug-fix
16
+ - title : Dependency updates
17
+ labels :
18
+ - dependency upgrade
19
+ exclude :
20
+ labels :
21
+ - line-openapi-update
22
+ - title : Other Changes
23
+ labels :
24
+ - " *"
Original file line number Diff line number Diff line change 33
33
git commit -m "Bump version to $VERSION"
34
34
35
35
git push origin bump-version-to-$VERSION
36
- gh pr create -B ${{ github.ref_name }} --title "Bump version to $VERSION" --body "" --label "auto-generated-code "
36
+ gh pr create -B ${{ github.ref_name }} --title "Bump version to $VERSION" --body "" --label "line-openapi-update "
37
37
env :
38
38
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7
7
"platformAutomerge" : true ,
8
8
"git-submodules" : {
9
9
"enabled" : true
10
- }
10
+ },
11
+ "labels" : [ " dependency upgrade" ],
12
+ "packageRules" : [
13
+ {
14
+ "matchPackagePatterns" : [" ^line-openapi$" ],
15
+ "labels" : [" dependency upgrade" , " line-openapi-update" ]
16
+ }
17
+ ]
11
18
}
You can’t perform that action at this time.
0 commit comments