Skip to content

Commit

Permalink
Add default-version-update category (#24)
Browse files Browse the repository at this point in the history
This way a default version update is not a bugfix in release notes
  • Loading branch information
eifinger authored Sep 2, 2024
1 parent b0c1123 commit 6a540e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ categories:
labels:
- "maintenance"
- "ci"
- "default-version-update"
- title: "📚 Documentation"
labels:
- "documentation"
Expand All @@ -41,6 +42,7 @@ version-resolver:
labels:
- 'patch'
- 'bugfix'
- "default-version-update"
default: patch
template: |
## Changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-default-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
title: "chore: update default version to ${{ steps.update-default-version.outputs.latest-version }}"
body: "chore: update default version to ${{ steps.update-default-version.outputs.latest-version }}"
base: main
labels: "automated-pr,bugfix"
labels: "automated-pr,default-version-update"
branch: update-default-version-pr
delete-branch: true

0 comments on commit 6a540e2

Please sign in to comment.