Skip to content

Releases: dolittle/create-release-notes-action

Release v1.1.3

07 Dec 15:18

Choose a tag to compare

Summary

Update deps and modernise

Release v1.1.2

26 Nov 07:57

Choose a tag to compare

Summary

Escapes " and & characters when outputting MSbuild format.

Fixed

  • Release notes with " or & characters broke dotnet pack command.

Release v1.1.1

26 Oct 09:09

Choose a tag to compare

Summary

Fixed a little typo in the "output-format" input printing.

Fixed

  • Typo in input printing

Release v1.1.0

26 Oct 09:06

Choose a tag to compare

Summary

Introducing output formatters to cater to special string handling of different build tools.

Added

  • Input parameter to select output formatting
  • Raw output formatting for doing noting with the output string (default)
  • MSbuild output formatter that escapes commas and semicolons

Release v1.0.0

25 Oct 21:11

Choose a tag to compare

Summary

This first release introduces the Create Release Notes action. It receives a release summary, a version and an optional changelog URL and modifies the release summary to say which version was released in the header, and adds a link to the changelog at the bottom.

These are rendered both back to the original Markdown format, and as a plain text string - to be used for release notes in packages such as NuGet.