mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 15:49:57 +00:00
This project uses "x.y" for most releases. At some point we might change this, but it is convenient for now.
21 lines
434 B
YAML
21 lines
434 B
YAML
name-template: 'v$NEXT_MINOR_VERSION 🌈'
|
|
tag-template: 'github-api-$NEXT_MINOR_VERSION'
|
|
version-template: '$MAJOR.$MINOR'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|