Skip to content

Commit

Permalink
add template
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeant-wizard committed Feb 2, 2022
1 parent 53f08b1 commit fa7a994
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name-template: 'pysen $NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
categories:
- title: '💣 Breaking Changes (CLI)'
label: 'no-compat-cli'
- title: '💣 Breaking Changes (TOML Configuration)'
label: 'no-compat-toml'
- title: '💣 Breaking Changes (Python API)'
label: 'no-compat-py'
- title: '🚀 Features'
label: 'feature'
- title: '🐛 Bug Fixes'
label: 'bug'
- title: '📜 Documentation'
label: 'documentation'
- title: '🧰 Maintenance'
label: 'chore'
prerelease: true
template: |
$CHANGES

0 comments on commit fa7a994

Please sign in to comment.