Skip to content

Commit

Permalink
Update release-drafter.yml (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Feb 12, 2025
1 parent 9044d6a commit 296c306
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
_extends: .github
name-template: pipeline-stage-view-plugin-$NEXT_PATCH_VERSION
tag-template: pipeline-stage-view-$NEXT_MINOR_VERSION
name-template: pipeline-stage-view-plugin-$RESOLVED_VERSION
tag-template: pipeline-stage-view-$RESOLVED_VERSION

version-resolver:
major:
labels:
- 'major'
- 'breaking'
minor:
labels:
- 'minor'
- 'dependencies'
patch:
labels:
- 'bugfix'
- 'patch'
default: minor

0 comments on commit 296c306

Please sign in to comment.