File tree 2 files changed +44
-0
lines changed
2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ categories :
2
+ - title : ' Major Changes'
3
+ labels :
4
+ - ' major' # c6476b
5
+ - title : ' Minor Changes'
6
+ labels :
7
+ - ' feature' # 006b75
8
+ - ' enhancement' # ededed
9
+ - ' performance' # 555555
10
+ - ' docs' # 4071a5
11
+ - title : ' Bugfixes'
12
+ labels :
13
+ - ' fix'
14
+ - ' bugfix'
15
+ - ' bug' # fbca04
16
+ - ' packaging' # 4071a5
17
+ - ' test' # 0e8a16
18
+ - title : ' Deprecations'
19
+ labels :
20
+ - ' deprecated' # fef2c0
21
+ exclude-labels :
22
+ - ' skip-changelog'
23
+ template : |
24
+ ## Changes
25
+
26
+ $CHANGES
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+
3
+ on :
4
+ push :
5
+ # branches to consider in the event; optional, defaults to all
6
+ branches :
7
+ - master
8
+ - ' releases/**'
9
+ - ' stable/**'
10
+
11
+ jobs :
12
+ update_release_draft :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ # Drafts your next Release notes as Pull Requests are merged into "master"
16
+ - uses : release-drafter/release-drafter@v5
17
+ env :
18
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments