You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-11 18:50:46 +03:00
* first step of auto-release with the release drafter * PR Comments * making leibale happy
51 lines
934 B
YAML
51 lines
934 B
YAML
name-template: 'json@$NEXT_PATCH_VERSION'
|
|
tag-template: 'json@$NEXT_PATCH_VERSION'
|
|
autolabeler:
|
|
- label: 'chore'
|
|
files:
|
|
- '*.md'
|
|
- '.github/*'
|
|
- label: 'bug'
|
|
branch:
|
|
- '/bug-.+'
|
|
- label: 'chore'
|
|
branch:
|
|
- '/chore-.+'
|
|
- label: 'feature'
|
|
branch:
|
|
- '/feature-.+'
|
|
categories:
|
|
- title: 'Breaking Changes'
|
|
labels:
|
|
- 'breakingchange'
|
|
- title: '🚀 New Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label:
|
|
- 'chore'
|
|
- 'maintenance'
|
|
- 'documentation'
|
|
- 'docs'
|
|
|
|
change-template: '- $TITLE (#$NUMBER)'
|
|
include-paths:
|
|
- 'packages/json'
|
|
exclude-labels:
|
|
- 'skip-changelog'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
|
|
## Contributors
|
|
We'd like to thank all the contributors who worked on this release!
|
|
|
|
$CONTRIBUTORS
|