Several improvements to the RMG#24436
Open
book wants to merge 3 commits into
Open
Conversation
Co-authored-by: Eric Herman <eric@freesa.org>
The version number must be bump in separate occasions: - when releasing a BLEAD-FINAL (or anything besides a BLEAD-POINT), bump the version at the beginning of the release process - after releasing a BLEAD-POINT, bump the version to prepare for the next dev release (even it the next release is likely to be an RC or BLEAD-FINAL) - after releasing a BLEAD-FINAL, bump the version to the new .0 for the new dev cycle
- make the perlpolicy update more prominent by adding a specific section header - clarify the PERL_API constants instructions and make them release-specific - move the end-of-support email instructions to the email section Co-authored-by: Eric Herman <eric@freesa.org>
Grinnz
reviewed
May 20, 2026
|
|
||
| =item C<5.NEXT> | ||
|
|
||
| The "next" perl version. Normally, this is just C<5.X.(Y+1)>, but if the |
Contributor
There was a problem hiding this comment.
Just to make sure I'm understanding this correctly, this is regarding what the version will be bumped to in blead; the reason for this exception is that after a stable 0 release, blead immediately becomes a development branch instead of continued for maintenance releases. Is that accurate to why this logic is here?
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.
Several improvements to the RMG:
(This set of changes does not require a perldelta entry.)