Skip to content

Instantly share code, notes, and snippets.

@caarlos0
Created January 21, 2025 23:22
Show Gist options
  • Save caarlos0/419c8cb2bab28f7c53c7e228af3ab219 to your computer and use it in GitHub Desktop.
Save caarlos0/419c8cb2bab28f7c53c7e228af3ab219 to your computer and use it in GitHub Desktop.

Write the release notes for this release.

Instructions:

  • 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

Some details about this release:

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 }}

Release notes:

{{ .ReleaseNotes }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment