Skip to content

Commit

Permalink
release drafter and release actions (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Jul 21, 2021
1 parent 1a15992 commit 06527f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name-template: 'Version $NEXT_PATCH_VERSION🌈'
name-template: 'Version $NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀Features'
- title: 'Features'
labels:
- 'feature'
- 'enhancement'
Expand All @@ -10,12 +10,12 @@ categories:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰Maintenance'
- title: 'Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
- 'skip-changelog'
template: |
## Changes
$CHANGES
$CHANGES
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: release-drafter-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06527f1

Please sign in to comment.