2021-09-10 17:53:48 +00:00
|
|
|
ame-template: 'v$RESOLVED_VERSION'
|
|
|
|
tag-template: 'v$RESOLVED_VERSION'
|
2022-06-06 05:36:31 +00:00
|
|
|
change-template: '- $TITLE ([#$NUMBER](https://github.com/stefanzweifel/git-auto-commit-action/pull/$NUMBER)) [@$AUTHOR](https://github.com/@$AUTHOR)'
|
2021-09-10 17:53:48 +00:00
|
|
|
template: |
|
|
|
|
$CHANGES
|
|
|
|
categories:
|
|
|
|
- title: Added
|
|
|
|
labels:
|
|
|
|
- 'changelog:added'
|
|
|
|
- title: Changed
|
|
|
|
labels:
|
|
|
|
- 'changelog:changed'
|
|
|
|
- title: Deprecated
|
|
|
|
labels:
|
2023-04-03 06:55:34 +00:00
|
|
|
- 'changelog:deprecated'
|
2021-09-10 17:53:48 +00:00
|
|
|
- title: Removed
|
|
|
|
labels:
|
|
|
|
- 'changelog:removed'
|
|
|
|
- title: Fixed
|
|
|
|
labels:
|
|
|
|
- 'changelog:fixed'
|
|
|
|
- title: Security
|
|
|
|
labels:
|
|
|
|
- security
|
|
|
|
- changelog:security
|
|
|
|
- title: 'Dependency Updates'
|
|
|
|
labels:
|
|
|
|
- dependencies
|
|
|
|
|
|
|
|
version-resolver:
|
|
|
|
major:
|
|
|
|
labels:
|
|
|
|
- 'changelog:removed'
|
|
|
|
minor:
|
|
|
|
labels:
|
|
|
|
- 'changelog:added'
|
|
|
|
- 'changelog:deprecated'
|
|
|
|
patch:
|
|
|
|
labels:
|
|
|
|
- 'changelog:fixed'
|
|
|
|
- 'changelog:security'
|
|
|
|
- 'dependency'
|
|
|
|
|
|
|
|
exclude-labels:
|
|
|
|
- 'skip-changelog'
|