[1.1.3] - 2022-12-7 PR: #6
Update deps and modernise
[1.1.2] - 2021-11-26 PR: #5
Escapes "
and &
characters when outputting MSbuild format.
- Release notes with
"
or&
characters brokedotnet pack
command.
[1.1.1] - 2021-10-26 PR: #4
Fixed a little typo in the "output-format" input printing.
- Typo in input printing
[1.1.0] - 2021-10-26 PR: #3
Introducing output formatters to cater to special string handling of different build tools.
- 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
[1.0.0] - 2021-10-25 PR: #2
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.