-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add trunk rolling release capability to the Autotagger. (#38994)
* Added auto-tagger mechanism for rolling trunk releases. * Added the release from trunk property to wpcomsh. * Changelog. * Added a separate autotagger workflow for rolling releases. * Removing additional logic from the autotagger workflow. * Moved the rolling mode into the jobs array. * Fixup versions. * Added an autorelease flow for rolling releases. * Removed the autotagger rolling mode step. * Added the wpcomsh prefix, removed the wpcomsh prefix. * Project versions. * Attempt to switch to gh for release creation and artifact upload. * Added release cleanup. * Changing the token name to GH_TOKEN. * Removed requirement for repository and API URL. * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Additional agruments conditional to the rolling release. * Moved the alpha check into the tag logic block. * Removed the `--prerelease` parameter from rolling mode releases. * Using the version and timestamp in the rolling tag. * Added cleaning up of stale rolling releases. * Version fixup. * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Update .github/files/gh-autorelease/files/autorelease.sh Co-authored-by: Brad Jorsch <[email protected]> * Removed the bottom part of the upload group. --------- Co-authored-by: Brad Jorsch <[email protected]>
- Loading branch information
Showing
9 changed files
with
119 additions
and
92 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
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
4 changes: 4 additions & 0 deletions
4
projects/plugins/wpcomsh/changelog/add-autotagger-trunk-rolling-releases
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: added | ||
|
||
Added a switch that will enable rolling trunk releases. |
5 changes: 5 additions & 0 deletions
5
projects/plugins/wpcomsh/changelog/add-autotagger-trunk-rolling-releases#2
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: changed | ||
Comment: Updated composer.lock. | ||
|
||
|
5 changes: 5 additions & 0 deletions
5
projects/plugins/wpcomsh/changelog/add-autotagger-trunk-rolling-releases#3
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: changed | ||
Comment: Updated composer.lock. | ||
|
||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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