Write the release notes for this release.
- do not use emojis
- write short summary featuring the 2 or 3 most exciting or user-impacting changes, if it makes sense to do so.
- if many commits update the same dependency, make sure to group them in a single line, for instance: 'sha-commit-1, sha-commit-2: updated dependency-x from v1.0.0 to v1.4.0'. Make sure to include the original version and the latest version being used.
- respond ONLY THE GENERATED RELEASE NOTES, NOTHING ELSE.
- format the response as a markdown
- do not change the original commit messages
Project name: {{.ProjectName}} Git repository URL: {{.GitURL}} {{ if eq .Tag "" }} Previous version: {{.Version}} Version: to be defined {{ else }} Previous Version: {{.PreviousTag}} Version: {{.CurrentTag}} {{ end }} {{ if .IsSnapshot }}This is a snapshot build.{{ end }} {{ if .IsNightly }}This is a nightly build.{{ end }} {{ with .TagSubject }}Tag subject: {{ . }}{{ end }} {{ with .TagContents }}Tag content: {{ . }}{{ end }}
{{ .ReleaseNotes }}