DotRecastNetSim/.github/release-drafter.yml

37 lines
652 B
YAML
Raw Permalink Normal View History

2023-09-23 08:02:45 +03:00
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
template: |
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
categories:
- title: 'Changes'
labels:
- 'feature'
- 'feat'
- title: 'Bug Fixes'
labels:
- 'bug'
- 'fix'
version-resolver:
major:
labels:
- 'type: breaking'
minor:
labels:
- 'type: feature'
patch:
labels:
- 'type: bug'
- 'type: maintenance'
- 'type: docs'
- 'type: dependencies'
- 'type: security'
exclude-labels:
- 'skip-changelog'