Releases: Arthri/release-request
Releases · Arthri/release-request
v1.5.1
v1.5.0
🆕 Features
- Added two job outputs, surfacing information from the pull request title:
release-tagandrelease-title. - Changed the ID of the main job in the reusable workflow template from
handle-release-requesttoprocess. - Moved the job name from the reusable workflow template to the reusable workflow.
- Rewrote the release creation step to use the
ghCLI rather thancurlto increase readability. - Shortened the job name to reduce redundancy. The workflow's full run name should now appear as either
Release Request / process / VerifyorRelease 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
🆕 Features
- Added existence check for tags. Requesting the release of a released tag will fail.
🐞 Fixes
v1.3.0
🆕 Features
- Renamed repository to match kebab-casing
🐞 Fixes
v1.2.0
🆕 Features
- Pull requests must be tagged with
releasenow to be considered a release request
🐞 Fixes
v1.1.1
🐞 Fixes
- Fixed releases targeting the pull request's head branch rather than base or destination branch.
- Fixed usage of
publishby replacing withhandleorresolve.
Feature Update
🆕 Features
- Releases are now drafted by default rather than published
🐞 Fixes
None
Core Release
v1.0.0 Fix links in pull request template