Skip to content

Commit

Permalink
chore: update .github workflows configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Feb 1, 2024
1 parent 72793cf commit 5edbc16
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
32 changes: 22 additions & 10 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@ categories:
- title: '🚀 Features'
labels:
- 'feature'
collapse-after: 5
- title: '✨ Improvements'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
collapse-after: 5
- title: '🛠️ Bug Fixes'
labels:
- 'bug fix'
collapse-after: 5
- title: '🧰 Maintenance'
labels:
- 'refactor'
collapse-after: 5
- title: '📦 Dependencies'
labels:
- 'dependencies'
collapse-after: 5
- title: '🔖 Other changes'
autolabeler:
- label: 'docs'
files:
Expand All @@ -22,37 +32,39 @@ autolabeler:
branch:
- '/bugfix\/.+/'
- '/hotfix\/.+/'
title:
- '/fix/i'
- label: 'feature'
branch:
- '/feature\/.+/'
- label: 'enhancement'
branch:
- '/enhancement\/.+/'
- label: 'refactor'
branch:
- '/refactor\/.+/'
- label: 'dependencies'
branch:
- '/dependencies\/.+/'
- '/renovate\/.+/'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
- 'breaking'
minor:
labels:
- 'minor'
- 'enhancement'
- 'feature'
patch:
labels:
- 'patch'
- 'bugfix'
- 'hotfix'
- 'bug fix'
- 'dependencies'
- 'refactor'
exclude-labels:
- 'skip-changelog'
template: |
## Whats Changed
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
3 changes: 0 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"baseBranches": [
"develop"
],
Expand Down

0 comments on commit 5edbc16

Please sign in to comment.