Skip to content
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

[Tooling] Add Release Publishing automation #13791

Merged
merged 7 commits into from
Sep 4, 2024

Conversation

iangmaia
Copy link
Contributor

This PR automates the release publishing, which means to:

  • Publish the existing draft release on GitHub (which will also have GitHub create the associated git tag, pointing to the tip of the branch)
  • If the release branch for the next version already exists, backmerge the current release into it
  • Delete the current release branch

This PR will be followed by updates to the Releases V2 tool.

@iangmaia iangmaia added the category: tooling Anything that involves building & maintaining the project, including scripts, `Fastfile`, etc. label Aug 29, 2024
@iangmaia iangmaia requested a review from a team August 29, 2024 18:59
@iangmaia iangmaia self-assigned this Aug 29, 2024
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Aug 29, 2024

WooCommerce iOS📲 You can test the changes from this Pull Request in WooCommerce iOS by scanning the QR code below to install the corresponding build.

App NameWooCommerce iOS WooCommerce iOS
Build Numberpr13791-4a10dc3
Version20.2
Bundle IDcom.automattic.alpha.woocommerce
Commit4a10dc3
App Center BuildWooCommerce - Prototype Builds #10720
Automatticians: You can use our internal self-serve MC tool to give yourself access to App Center if needed.

@iangmaia iangmaia added this to the 20.3 milestone Aug 30, 2024
# @example Running the lane
# bundle exec fastlane publish_release_and_cleanup skip_confirm:true
#
lane :publish_release_and_cleanup do |skip_confirm: false|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the PR after the release of release-toolkit 12.0.0.

@iangmaia iangmaia force-pushed the iangmaia/automate-release-publishing branch from c39c1a5 to f14339b Compare September 3, 2024 19:48
@iangmaia iangmaia force-pushed the iangmaia/automate-release-publishing branch from f14339b to 4a10dc3 Compare September 4, 2024 12:32
@dangermattic
Copy link
Collaborator

1 Warning
⚠️ This PR is assigned to the milestone 20.3. This milestone is due in less than 2 days.
Please make sure to get it merged by then or assign it to a milestone with a later deadline.

Generated by 🚫 Danger

@iangmaia iangmaia merged commit b94e235 into trunk Sep 4, 2024
22 checks passed
@iangmaia iangmaia deleted the iangmaia/automate-release-publishing branch September 4, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: tooling Anything that involves building & maintaining the project, including scripts, `Fastfile`, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants