Skip to content

Commit

Permalink
Add documentation section in release notes (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored Feb 17, 2024
1 parent 08bfb44 commit bab9690
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: 'πŸš€ Features'
- title: "πŸš€ Features"
labels:
- 'feature'
- 'enhancement'
- title: 'πŸ› Bug Fixes'
- "feature"
- "enhancement"
- title: "πŸ› Bug Fixes"
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: '⬆️ Dependencies'
- "fix"
- "bugfix"
- "bug"
- title: "🧰 Maintenance"
label: "chore"
- title: "⬆️ Dependencies"
collapse-after: 3
labels:
- 'dependencies'
- "dependencies"
- title: "πŸ“ Documentation"
collapse-after: 3
labels:
- "docs"
- "documentation"
exclude-labels:
- 'skip-changelog'
- "skip-changelog"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
- "major"
minor:
labels:
- 'minor'
- "minor"
patch:
labels:
- 'patch'
- "patch"
default: patch
template: |
## Changes
Expand Down

0 comments on commit bab9690

Please sign in to comment.