Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Sep 2, 2023
1 parent 687cc41 commit e3988b4
Showing 1 changed file with 48 additions and 12 deletions.
60 changes: 48 additions & 12 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,57 @@
---
name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
sort-direction: ascending

categories:
- title: "Breaking Changes"
- title: "Breaking changes"
labels:
- "breaking change"
- title: "Features"
- "breaking-change"
- title: "New features"
labels:
- "enhancement"
- title: "Bug Fixes"
- "new-feature"
- title: "Bug fixes"
labels:
- "bugfix"
- title: "Enhancements"
labels:
- "bug"
- "enhancement"
- "refactor"
- "performance"
- title: "Maintenance"
labels:
- "ci/cd"
- "dependencies"
- "maintenance"
- "tooling"
change-template: "- $TITLE (#$NUMBER)"
name-template: "$NEXT_PATCH_VERSION"
tag-template: "$NEXT_PATCH_VERSION"
- "ci"
- title: "Documentation"
labels:
- "documentation"
- title: "Dependency updates"
labels:
- "dependencies"

version-resolver:
major:
labels:
- "major"
- "breaking-change"
minor:
labels:
- "minor"
- "new-feature"
patch:
labels:
- "bugfix"
- "chore"
- "ci"
- "dependencies"
- "documentation"
- "enhancement"
- "performance"
- "refactor"
default: patch

template: |
## What’s changed
$CHANGES

0 comments on commit e3988b4

Please sign in to comment.