Skip to content

Commit

Permalink
Update Automated Release Workflow Config (#40)
Browse files Browse the repository at this point in the history
* downgrade release drafter

* update release drafter config
  • Loading branch information
pantherale0 authored Feb 11, 2025
1 parent bf855ec commit 29310c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,29 @@ categories:
- 'fix'
- 'bugfix'
- 'bug'
- title: '👒 Dependencies'
- title: 'Documentation'
labels:
- 'docs'
- title: '👒 Dependencies and extras'
collapse-after: 3
labels:
- 'chore'
- 'dependencies'
exclude-labels:
- 'ignore-for-release'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
autolabeler:
- label: 'docs'
branch:
- '/docs{0,1}\/.+/'
- label: 'chore'
files:
- '*.md'
- '*.yml'
branch:
- '/docs{0,1}\/.+/'
- '/chore\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
export CALVER=$(date "+%Y.%-m")
echo "version=${CALVER}" >> $GITHUB_OUTPUT
echo "Version set to ${CALVER}"
- uses: release-drafter/release-drafter@v6
- uses: release-drafter/release-drafter@v6.0.0
with:
name: ${{ steps.calver.outputs.version }}
tag: ${{ steps.calver.outputs.version }}
Expand Down

0 comments on commit 29310c9

Please sign in to comment.