mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +00:00
aee46dd678
- Replace hecrj/setup-rust-action with actions-rs tools - Add a Cargo Audit test step - Move cargo publish step from Azure Pipelines to GitHub Actions - Use cargo-publish-all to publish multiple packages at once - Automate the creation of release notes
1.1 KiB
Executable File
1.1 KiB
Executable File
[Unreleased]
{{ if .Unreleased.CommitGroups -}} {{ range .Unreleased.CommitGroups -}}
{{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}{{ .Scope }}: {{ end }}{{ .Subject }} {{ end }} {{ end -}} {{ end -}} {{ end -}}
{{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
{{ range .CommitGroups -}}
{{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}{{ .Scope }}: {{ end }}{{ .Subject }} {{ end }} {{ end -}}
{{- if .RevertCommits -}}
Reverts
{{ range .RevertCommits -}}
- {{ .Revert.Header }} {{ end }} {{ end -}}
{{- if .NoteGroups -}} {{ range .NoteGroups -}}
{{ .Title }}
{{ range .Notes }} {{ .Body }} {{ end }} {{ end -}} {{ end -}} {{ end -}}
{{- if .Versions }} [Unreleased]: {{ .Info.RepositoryURL }}/compare/{{ $latest := index .Versions 0 }}{{ $latest.Tag.Name }}...HEAD {{ range .Versions -}} {{ if .Tag.Previous -}} [{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }} {{ end -}} {{ end -}} {{ end -}}