Skip to content

Commit

Permalink
Adding experimental features, as a release option
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Aug 4, 2022
1 parent ab5272c commit 29ea23c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'Version $NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
name-template: '$NEXT_MAJOR_VERSION'
tag-template: 'v$NEXT_MAJOR_VERSION'
autolabeler:
- label: 'maintenance'
files:
Expand All @@ -15,9 +15,13 @@ autolabeler:
branch:
- '/feature-.+'
categories:
- title: '🔥 Breaking Changes'
- title: 'Breaking Changes'
labels:
- 'breakingchange'

- title: '🧪 Experimental Features'
labels:
- 'experimental'
- title: '🚀 New Features'
labels:
- 'feature'
Expand All @@ -27,6 +31,7 @@ categories:
- 'fix'
- 'bugfix'
- 'bug'
- 'BUG'
- title: '🧰 Maintenance'
label: 'maintenance'
change-template: '- $TITLE (#$NUMBER)'
Expand Down

0 comments on commit 29ea23c

Please sign in to comment.