Skip to content

Commit

Permalink
Merge pull request #463 from pbs-data-solutions/release-drafter
Browse files Browse the repository at this point in the history
Fix label in template
  • Loading branch information
sanders41 authored Dec 18, 2024
2 parents 52c4761 + dda0efa commit e7f9564
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/release-draft-template.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
exclude-labels:
- 'dependencies'
- 'skip-changelog'
- "dependencies"
- "skip-changelog"
version-resolver:
minor:
labels:
- 'breaking-change'
- 'enhancement'
- 'feature'
- "breaking-change"
- "enhancement"
- "feature"
default: patch
categories:
- title: 'Features'
- title: "Features"
labels:
- 'feature'
- 'enhancement'
- title: 'Bug Fixes'
- "feature"
- "enhancement"
- title: "Bug Fixes"
labels:
- 'bug-fix'
- title: '⚠️ Breaking changes'
label: 'breaking-change'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
- "bug"
- title: "⚠️ Breaking changes"
label: "breaking-change"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
template: |
## Changes
Expand Down

0 comments on commit e7f9564

Please sign in to comment.