Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Oct 2, 2023
1 parent 767af7c commit 283c09d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
41 changes: 41 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'chore: major'
- 'chore: minor'
- 'chore: patch'
- 'refactor'
- 'restructure'
- 'cleanup'
- 'ci'
- 'perf'
- 'build'
- 'security'
- 'infrastructure'
- title: '📦 Dependencies'
labels:
- 'renovate'
- title: '📚 Documentation'
labels:
- 'docs'
- 'documentation'
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:
Expand All @@ -8,3 +44,8 @@ version-resolver:
patch:
labels:
- 'release: patch'
template: |
## Changes
$CHANGES
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read
Expand Down

0 comments on commit 283c09d

Please sign in to comment.