Skip to content

Commit

Permalink
CI: Update release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 2, 2024
1 parent cd899af commit 1659343
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
29 changes: 20 additions & 9 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: ':rocket: Enhancements'
- title: ⚠️ API Changes
labels:
- 'enhancement'
- title: ':bug: Bug Fixes'
- API change
- title: 🚀 Enhancements
labels:
- 'bug'
- title: ':arrow_up: Dependencies'
- enhancement
- title: 🎨 Improvements
labels:
- 'dependencies'
- improvement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 🔧 Under the hood
labels:
- debt
- dev-dependencies
- title: ⬆️ Dependencies
labels:
- dependencies
exclude-labels:
- 'DevOps'
- DevOps
- dev-dependencies
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand All @@ -33,5 +44,5 @@ template: |
$CHANGES
## NPM release
NPM release: [$REPOSITORY@$RESOLVED_VERSION](https://www.npmjs.com/package/@tokenizer/s3/v/$RESOLVED_VERSION)
## 📦 NPM release
NPM release: [@tokenizer/s3@$RESOLVED_VERSION](https://www.npmjs.com/package/@tokenizer/s3/v/$RESOLVED_VERSION)
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Drafts your next Release notes as Pull Requests are merged into "master"
# Ref: https://github.com/marketplace/actions/release-drafter
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
Expand Down

0 comments on commit 1659343

Please sign in to comment.