Use 'when:' in release-drafter categories for 7.4.0 and later - #186
Open
MarkEWaite wants to merge 1 commit into
Open
Use 'when:' in release-drafter categories for 7.4.0 and later#186MarkEWaite wants to merge 1 commit into
MarkEWaite wants to merge 1 commit into
Conversation
Release drafter 7.4.0 was delivered in June and includes a change to the label definitions. They now need to be included in a `when:` block. This change may need to wait until most of the jenkinsci repositories are using release drafter 7.4.0 or later. All the plugins in the top 250 actively maintained plugins are using release drafter 7.7.0.
Member
You should be able to test it in your own (test) GitHub organisation & repo. (not tested) |
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.
Use 'when:' in release-drafter categories for 7.4.0 and later
Release drafter 7.4.0 was delivered in June and includes a change to the label definitions. They now need to be included in a
when:block.All the plugins in the top 250 actively maintained plugins are using release drafter 7.7.0, either by explicit declaration or by continuous delivery. I did not check the entire set of Jenkins plugins.
This change may need to wait until most of the jenkinsci repositories are using release drafter 7.4.0 or later.
Change is described in release drafter pull request:
Testing done
None. I was unable to find a way to use the change from this pull request in a local test of release drafter configuration.
I tested from the Jenkins core repository with the command:
But no matter how I changed the .github/release-drafter.yml file in that repository, it always read the remote repository. I'm happy to have someone describe how I can test this locally to confirm that the change is working as expected.
Submitter checklist