Releases: dolittle/create-release-notes-action
Releases · dolittle/create-release-notes-action
Release v1.1.3
Summary
Update deps and modernise
Release v1.1.2
Summary
Escapes " and & characters when outputting MSbuild format.
Fixed
- Release notes with
"or&characters brokedotnet packcommand.
Release v1.1.1
Summary
Fixed a little typo in the "output-format" input printing.
Fixed
- Typo in input printing
Release v1.1.0
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
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.