Skip to content

Releases: Arthri/release-request

v1.5.1

16 Nov 10:10
a83a8bd

Choose a tag to compare

🐞 Fixes

  • Fixed dependent jobs triggering on non-release requests.
  • Fixed workflow outputs' value.

v1.5.0

16 Nov 09:44
4d17e47

Choose a tag to compare

🆕 Features

  • Added two job outputs, surfacing information from the pull request title: release-tag and release-title.
  • Changed the ID of the main job in the reusable workflow template from handle-release-request to process.
  • Moved the job name from the reusable workflow template to the reusable workflow.
  • Rewrote the release creation step to use the gh CLI rather than curl to increase readability.
  • Shortened the job name to reduce redundancy. The workflow's full run name should now appear as either
    • Release Request / process / Verify or
    • Release Request / process / Resolve.
  • Updated the release request templates.
    • Moved the "❗ Breaking Changes" from last to first.
    • Replaced the placeholder changelog entries with more formal entries.

🐞 Fixes

  • Fixed several instances of shell injection.

v1.4.0

29 Jun 16:08
42b4615

Choose a tag to compare

🆕 Features

  • Added existence check for tags. Requesting the release of a released tag will fail.

🐞 Fixes

v1.3.0

20 Jun 13:12
8a3b517

Choose a tag to compare

🆕 Features

  • Renamed repository to match kebab-casing

🐞 Fixes

v1.2.0

08 Jun 04:04
e9efbea

Choose a tag to compare

🆕 Features

  • Pull requests must be tagged with release now to be considered a release request

🐞 Fixes

v1.1.1

07 May 18:28
99e9fc6

Choose a tag to compare

🐞 Fixes

  • Fixed releases targeting the pull request's head branch rather than base or destination branch.
  • Fixed usage of publish by replacing with handle or resolve.

Feature Update

04 May 14:16

Choose a tag to compare

🆕 Features

  • Releases are now drafted by default rather than published

🐞 Fixes

None

Core Release

04 May 10:33

Choose a tag to compare

v1.0.0

Fix links in pull request template