Skip to content

Commit

Permalink
Automatic versioning with release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jun 29, 2023
1 parent 9d6e6a2 commit e40cd16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
change-template: "- #$NUMBER - $TITLE (@$AUTHOR)"
categories:
- title: "⚠ Breaking Changes"
Expand All @@ -11,3 +13,11 @@ template: |
## What’s Changed
$CHANGES
version-resolver:
major:
labels:
- 'breaking-change'
minor:
labels:
- 'new-feature'
default: patch

0 comments on commit e40cd16

Please sign in to comment.