Releases: PSModule/Release-GHRepository
Releases · PSModule/Release-GHRepository
v1.8.0
Description
- Adds
UsePRBodyAsReleaseNotesandUsePRTitleAsReleaseNameinputs. This allow you to configure the action to copy the PR body into the release notes and/or use the PR title as the release name.- Fixes #72
- Changes the default behavior of the action from using the built in release note generation using the .github/release.yml instructions to use the PR body for release notes (
UsePRBodyAsReleaseNotes = true). The release title remains as before with using the semantic‑version tag. You can opt out of this new functionality by setting the input(s) tofalse.
📋 How to use the new options
steps:
- uses: PSModule/Auto-Release@vNext
with:
UsePRBodyAsReleaseNotes: true # default is true
UsePRTitleAsReleaseName: false # default is false⏭️ Migration guide
Current adopters that relied on the previous default (generated changelog as release notes) should explicitly set UsePRBodyAsReleaseNotes: false to keep former behavior.
v1.7.27
What's Changed
Other Changes
- 🩹 [Patch]: Improve module installation logic by Marius Storhaug (@MariusStorhaug) in #78
Full Changelog: v1...v1.7.27
v1.7.26
What's Changed
Other Changes
- 🩹 [Patch]: Update README to clarify GITHUB_TOKEN usage by Marius Storhaug (@MariusStorhaug) in #77
Full Changelog: v1...v1.7.26
v1.7.25
What's Changed
Other Changes
- 🩹 [Patch]: Remove dependency on
Utilitiesby Marius Storhaug (@MariusStorhaug) in #74 - 🩹 [Patch]: Remove GITHUB_TOKEN environment variable, its already in the Github-Script by Marius Storhaug (@MariusStorhaug) in #75
- 🪲 [Fix]: Fix an issue with recent
IsNullOrEmptychange by Marius Storhaug (@MariusStorhaug) in #76
Full Changelog: v1...v1.7.25
v1.7.24
What's Changed
Other Changes
- 🩹 [Patch]: Update output formatting by Marius Storhaug (@MariusStorhaug) in #73
Full Changelog: v1...v1.7.24
v1.7.23
What's Changed
Other Changes
- 🩹 [Patch]: Align default inputs and envvar naming by Marius Storhaug (@MariusStorhaug) in #71
Full Changelog: v1...v1.7.23
v1.7.22
What's Changed
Other Changes
- 🩹 [Patch]: Update linter config and clean up call to
main.ps1by Marius Storhaug (@MariusStorhaug) in #70
Full Changelog: v1...v1.7.22
v1.7.21
What's Changed
Other Changes
- 🩹 [Patch]: Add linter config and update license year by Marius Storhaug (@MariusStorhaug) in #68
Full Changelog: v1...v1.7.21
v1.7.20
What's Changed
Other Changes
- 🪲 [Fix]: Fix nightly run issues by Marius Storhaug (@MariusStorhaug) in #66
Full Changelog: v1...v1.7.20
v1.7.19
What's Changed
Other Changes
- 🩹 [Patch]: Nightly runs and use GitHub-Script by Marius Storhaug (@MariusStorhaug) in #65
Full Changelog: v1...v1.7.19