-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAY-1580] Automatic Release Improvements - Semver Targets Trigger C…
…orrect RCs (#3808) **What does this PR do?** A clear and concise description with your runway ticket url. [PLAY-1580](https://runway.powerhrg.com/backlog_items/PLAY-1580) The RC script should automatically detect the Semver label (Major, Minor, Patch) on each merged PR. Based on the detected Semver target, the script should create the correct versioned RC (e.g., 14.3.0 for Minor, 15.0.0 for Major). This will ensure consistency and reduce manual intervention in the release process. - The RC script must check for a Semver label on each PR (Major, Minor, Patch). If no label is present, the script should return an error and fail. - The script should automatically generate the correct RC based on the Semver label: - Major: Bump the major version (e.g., 2.0.0) - Minor: Bump the minor version (e.g., 1.1.0) - Patch: Bump the patch version (e.g., 1.0.1) - Update documentation to reflect the Semver auto-detection process.
- Loading branch information
Showing
1 changed file
with
95 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters