-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[Github-Actions-Workflows][Plugin-Release] Allow shipping a point-release for an older stable release #49082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
fullofcaffeine
merged 36 commits into
WordPress:trunk
from
fullofcaffeine:ship/older-stable-point-releases-as-branches
Jul 5, 2023
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
8cd1231
Allow point-releases for release branches that are not the latest any…
fullofcaffeine d685abb
Revert debug changes
fullofcaffeine 8b939f8
Limit runs to `release/` branches
fullofcaffeine ff5c80f
Fix changelog directory interpolation
fullofcaffeine 489aa70
Re-add debug changes for further testing
fullofcaffeine 9dc4b39
Create only the tag when releasing an older point release, do not cre…
fullofcaffeine 7438230
Implement guard against accidental trunk release of older point releases
fullofcaffeine 237fd16
Attempt to fix "fetch" already defined error when running the script …
fullofcaffeine 8934253
Simplify by not using node-fetch, or it will require installing the npm
fullofcaffeine 0b06966
GH requires an user-agent
fullofcaffeine 2cb1260
Improve var name and comments
fullofcaffeine 1b0713b
Define func to set the output of the "compute-should-update-trunk" jo…
fullofcaffeine 7ac820e
The core object should already be available as part of the github-scr…
fullofcaffeine b35880a
Rely only in the github ref from the published release and not the la…
fullofcaffeine a81bc68
Simplify further by moving the fetch core repo job to a step inside c…
fullofcaffeine 60c465a
Fix/improve step/job ids
fullofcaffeine a370648
Fix typo
fullofcaffeine cd9bf15
Formatting fixes
fullofcaffeine e5e5764
Add missing outputs and a couple of other fixes
fullofcaffeine 4297be6
A couple more fixes and a simplification of the compute_latest_versio…
fullofcaffeine 014e2c6
Mock the build of the gutenberg.zip for debugging purposes, this comm…
fullofcaffeine dda3c46
Fix a couple of step names
fullofcaffeine cade53d
Re-add prelease attribute, was accidentally commented out
fullofcaffeine fe8b33c
Debug commit, please revert: mock the version number in the version repo
fullofcaffeine a37623b
Fix changelog fetching when uploading the SVN tag
fullofcaffeine ac78cac
Mock SVN version to 16.1.0
fullofcaffeine da46aba
Make the svn commit command verbose in order to debug network timeout…
fullofcaffeine b6a2f82
Revert "Make the svn commit command verbose in order to debug network…
fullofcaffeine 86f4168
Optimize SVN tag addition in GitHub workflow
fullofcaffeine eae536a
Enhance safety checks in workflow to skip upload jobs for RC builds
fullofcaffeine d642211
Revert "Enhance safety checks in workflow to skip upload jobs for RC …
fullofcaffeine 472262e
Skip upload jobs if release is an RC by checking the ref for a rc suffix
fullofcaffeine fae69ef
Revert build plugin mocking logic
fullofcaffeine 6206fc7
Revert initial dev/debug changes
fullofcaffeine b2bde7d
Revert WP SVN repo version mock
fullofcaffeine 73a5fc4
Add back if conditions that were accidentally removed
fullofcaffeine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Re-add debug changes for further testing
- Loading branch information
commit 489aa7010679b4832da8766f9349396e2907aac4
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will revert this change before merging (from
GITHUB_TOKEN->GUTENBERG_TOKEN).