Skip to content

Releases: PSModule/Release-GHRepository

v1.8.0

19 Apr 14:07
9c8306e

Choose a tag to compare

Description

  • Adds UsePRBodyAsReleaseNotes and UsePRTitleAsReleaseName inputs. 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.
  • 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) to false.

📋 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

15 Mar 15:23
9edab5d

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.27

v1.7.26

07 Mar 21:18
15e5c40

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.26

v1.7.25

07 Mar 21:05
6e55e2d

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.25

v1.7.24

02 Mar 09:18
af25757

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.24

v1.7.23

01 Mar 14:36
d5d97e8

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.23

v1.7.22

16 Feb 13:37
28783c7

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.22

v1.7.21

16 Feb 10:58
d0fe1bd

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.21

v1.7.20

12 Jan 09:30
6cea6ab

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.20

v1.7.19

11 Jan 21:34
a809d02

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.7.19