File tree Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Expand file tree Collapse file tree 2 files changed +35
-4
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 : ' ๐ Bug Fixes'
9
+ labels :
10
+ - ' fix'
11
+ - ' bugfix'
12
+ - ' bug'
13
+ - title : ' ๐งฐ Maintenance'
14
+ label : ' chore'
15
+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
16
+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
17
+ version-resolver :
18
+ major :
19
+ labels :
20
+ - ' major'
21
+ minor :
22
+ labels :
23
+ - ' minor'
24
+ patch :
25
+ labels :
26
+ - ' patch'
27
+ default : patch
28
+ template : |
29
+ ## Changes
30
+
31
+ $CHANGES
Original file line number Diff line number Diff line change 8
8
# pull_request event is required only for autolabeler
9
9
pull_request :
10
10
# Only following types are handled by the action, but one can default to all as well
11
- types : [closed ]
11
+ types : [opened, reopened, synchronize ]
12
12
# pull_request_target event is required for autolabeler to support PRs from forks
13
13
# pull_request_target:
14
14
# types: [opened, reopened, synchronize]
34
34
# Drafts your next Release notes as Pull Requests are merged into "master"
35
35
- uses : release-drafter/release-drafter@v6
36
36
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
37
- # with:
38
- # config-name: my -config.yml
37
+ with :
38
+ config-name : drafter -config.yml
39
39
# disable-autolabeler: true
40
40
env :
41
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN : ${{ secrets.TOKEN }}
You canโt perform that action at this time.
0 commit comments