Skip to content

Commit

Permalink
Update global workflows (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler authored Nov 14, 2023
1 parent eff46ed commit 164d39b
Showing 1 changed file with 40 additions and 11 deletions.
51 changes: 40 additions & 11 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,54 @@ categories:
label: "enhancement"
- title: "🔨 Refactorings"
label: "refactor"
- title: "🧹 Chore"
label: "chore"
- title: "🔬 Research"
label: "research"
- title: "⬆️ Dependencies"
collapse-after: 3
labels:
- "dependencies"
autolabeler:
- label: 'bug'
branch:
- '/fix\/.+/'
- '/bug\/.*/'
title:
- '/fix\/.+/'
- '/bug\/.*/'
- label: 'documentation'
branch:
- '/documentation\/.+/'
- '/docs\/.+/'
- '/doc\/.*/'
title:
- '/documentation\/.+/'
- '/docs\/.+/'
- '/doc\/.*/'
files:
- '*.md'
- label: 'enhancement'
branch:
- '/feature\/.+/'
- '/enhancement\/.*'
title:
- '/feature\/.+/'
- '/enhancement\/.*'
- label: 'refactor'
branch:
- '/refactor\/.+/'
- '/refactoring\/.*'
title:
- '/refactor\/.+/'
- '/refactoring\/.*'
- label: 'chore'
branch:
- '/chore\/.*/'
title:
- '/chore\/.+/'
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
default: patch
prerelease: true
prerelease-identifier: "prerelease"
tag-prefix: "v"
Expand Down

0 comments on commit 164d39b

Please sign in to comment.