chore: prepare v7.4.0 release#45
Merged
Merged
Conversation
Bump composer.json and Constant::VERSION to 7.4.0 and stamp the changelog date so the release can be cut via the Release workflow with use_current_version=true (skips the poisoned 7.3.0). chore-typed title intentionally maps to bump=none so merging this does not auto-trigger a release.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps version files to v7.4.0 so the release can be cut via the Release workflow.
What
composer.json:v7.3.0->v7.4.0src/Constant.php:VERSION = '7.4.0'CHANGELOG.md: stamp the 7.4.0 release dateWhy
Latest tag is
v7.2.0and the deleted7.3.0(stale master) must be skipped. The Release workflow's manual trigger only takes a bump type (patch/minor/major), which can't reach 7.4.0 from v7.2.0. Setting the version files here lets the release run withuse_current_version=true, which tags exactly what's incomposer.json.Release steps (after merge)
use_current_version: true (theversion_bumpdropdown is ignored in this mode)The
chore:title maps tobump=none, so merging this PR does not auto-trigger a release.