feat(changelog): display message in changelog when no commit is selected in release
All checks were successful
Cadoles/mktools/pipeline/head This commit looks good
All checks were successful
Cadoles/mktools/pipeline/head This commit looks good
This commit is contained in:
parent
367dbf1883
commit
35625f66bf
@ -20,6 +20,8 @@
|
||||
{{ range .Commits -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
_Nothing functionally significant._
|
||||
{{ end -}}
|
||||
|
||||
{{- if .NoteGroups -}}
|
||||
|
@ -71,6 +71,8 @@ cat > .chglog/CHANGELOG.tpl.md << EOF
|
||||
{{ range .Commits -}}
|
||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
_Nothing functionally significant._
|
||||
{{ end -}}
|
||||
|
||||
{{- if .NoteGroups -}}
|
||||
|
Loading…
Reference in New Issue
Block a user