Skip to content

Commit b1e16da

Browse files
authored
update release drafter (#109)
* update release drafter * up
1 parent 0c5c002 commit b1e16da

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/release-drafter.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,47 @@ categories:
88
labels:
99
- 'feature'
1010
- 'enhancement'
11-
- title: 'Dependency'
12-
labels:
13-
- 'dependency'
1411
- title: 'Fixes'
1512
labels:
1613
- 'fix'
1714
- 'bug'
1815
- 'security'
16+
- title: 'Dependencies'
17+
collapse-after: 3
18+
labels:
19+
- 'dependencies'
20+
- 'renovate'
1921
- title: 'Documentation'
2022
labels:
2123
- 'document'
22-
- 'documents'
2324
- 'documentation'
24-
- title: 'Internal improvement'
25-
labels:
26-
- 'CI'
2725
exclude-labels:
28-
- 'dependencies'
29-
- 'renovate'
26+
- 'invalid'
3027
- 'internal-fix'
3128
- 'misc'
29+
- 'ci'
3230
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3331
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
3432
version-resolver:
3533
major:
3634
labels:
3735
- 'BREAKING CHANGE'
36+
- 'major'
3837
minor:
3938
labels:
4039
- 'feature'
4140
- 'enhancement'
42-
- 'dependency'
41+
- 'minor'
4342
patch:
4443
labels:
44+
- 'improvement'
4545
- 'fix'
4646
- 'bug'
4747
- 'security'
48+
- 'patch'
4849
default: patch
4950
template: |
50-
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION))
51+
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
5152
5253
## Changes
5354

0 commit comments

Comments
 (0)