Skip to content

Commit 06527f1

Browse files
authored
release drafter and release actions (#95)
1 parent 1a15992 commit 06527f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/release-drafter-config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name-template: 'Version $NEXT_PATCH_VERSION🌈'
1+
name-template: 'Version $NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
4-
- title: '🚀Features'
4+
- title: 'Features'
55
labels:
66
- 'feature'
77
- 'enhancement'
@@ -10,12 +10,12 @@ categories:
1010
- 'fix'
1111
- 'bugfix'
1212
- 'bug'
13-
- title: '🧰Maintenance'
13+
- title: 'Maintenance'
1414
label: 'chore'
15-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
15+
change-template: '- $TITLE (#$NUMBER)'
1616
exclude-labels:
1717
- 'skip-changelog'
1818
template: |
1919
## Changes
2020
21-
$CHANGES
21+
$CHANGES

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
1717
config-name: release-drafter-config.yml
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)