mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
[changies] fixes and allow multiline messages
This commit is contained in:
parent
07ff425bfc
commit
1b9fea04ce
@ -6,13 +6,16 @@ versionExt: md
|
|||||||
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
|
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
|
||||||
kindFormat: '### {{.Kind}}'
|
kindFormat: '### {{.Kind}}'
|
||||||
changeFormat: >-
|
changeFormat: >-
|
||||||
'* {{- if not (eq .Custom.Issue "") }}([#{{ .Custom.Issue }}](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/{{ .Custom.Issue }})){{- end }} {{.Body}}'
|
* {{ if not (eq .Custom.Issue "") }}([#{{ .Custom.Issue }}](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/{{ .Custom.Issue }})) {{- end }}{{.Body}}
|
||||||
custom:
|
custom:
|
||||||
- key: Issue
|
- key: Issue
|
||||||
label: Issue number (on chill-bundles repository) (optional)
|
label: Issue number (on chill-bundles repository) (optional)
|
||||||
optional: true
|
optional: true
|
||||||
type: int
|
type: int
|
||||||
minInt: 1
|
minInt: 1
|
||||||
|
body:
|
||||||
|
# allow multiline messages
|
||||||
|
block: true
|
||||||
kinds:
|
kinds:
|
||||||
- label: Feature
|
- label: Feature
|
||||||
auto: minor
|
auto: minor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user