File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ name-template : ' v$RESOLVED_VERSION'
2
+ tag-template : ' v$RESOLVED_VERSION'
3
+ categories :
4
+ - title : ' 🚀 Features'
5
+ labels :
6
+ - " feature"
7
+ - " enhancement"
8
+ - title : ' 💣 Breaking Change'
9
+ labels :
10
+ - " change"
11
+ - title : ' 🐛 Bug Fixes'
12
+ labels :
13
+ - " bug"
14
+ - title : ' 📝 Documentation'
15
+ labels :
16
+ - " documentation"
17
+ - title : ' 🔨 Maintenance'
18
+ labels :
19
+ - " chore"
20
+ - " dependencies"
21
+ template : |
22
+ ## New in NGINX Plus Go Client v$RESOLVED_VERSION
23
+
24
+ $CHANGES
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ types : [opened, reopened, synchronize]
9
+
10
+ jobs :
11
+ update_release_draft :
12
+ runs-on : ubuntu-20.04
13
+ steps :
14
+ - uses : release-drafter/release-drafter@v5
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments