mirror of
https://github.com/Luzifer/git-changerelease.git
synced 2024-12-20 19:11:17 +00:00
13 lines
154 B
YAML
13 lines
154 B
YAML
---
|
|
|
|
disable_signed_tags: false
|
|
|
|
match_patch:
|
|
- "^[fF]ix"
|
|
|
|
match_major:
|
|
- "^[Bb]reaking"
|
|
|
|
release_commit_message: "prepare release {{.Version}}"
|
|
|
|
...
|