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]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10582020778 Upstream-Ref: Automattic/jetpack@9c85d0b
- Loading branch information