release-toolkit icon indicating copy to clipboard operation
release-toolkit copied to clipboard

Shared tools used in release automation

Results 45 release-toolkit issues
Sort by recently updated
recently updated
newest added

## What This is a WIP on migrating our code related to OneSky (the translation platform used by Tumblr apps) from Tumblr-iOS and Tumblr-Android's `Fastfiles` into the `release-toolkit` This work...

While working on 11.0.0, I got this on my terminal: ``` >>> Opening PR draft in your default browser... open https://github.com/wordpress-mobile/release-toolkit/compare/trunk...release/11.0.0?expand=1&title=Release%2011.0.0%20into%20trunk&body=Releasing%20new%20version%2011.0.0. #%20What's%20Next PR%20Author:%20Be%20sure%20to%20create%20and%20publish%20a%20GitHub%20Release%20pointing%20to%20`trunk`%20once%20this%20PR%20gets%20merged, copy/pasting%20the%20following%20text%20as%20the%20GitHub%20Release's%20description: ``` ["###%20Breaking%20Changes\n",%20"\n",%20"-%20Make%20`ios_check_beta_deps`%20use%20the%20`Podfile.lock`%20instead%20of%20`Podfile`%20for%20its%20detection,%20and%20also%20be%20able%20to%20detect%20Pods%20referenced%20by%20commits%20and%20branches.%20%20\n",%20"%20%20%20If%20your%20`Fastfile`%20called%20this%20action%20with%20an%20explicit%20`podfile:%20…`%20argument,%20you'll%20have%20to%20update%20the%20call%20to%20use%20`lockfile:`%20instead%20(or%20rely%20on%20defaults).%20[#557]\n",%20"\n"] ``` --------------- >>> WHAT'S...

## What does it do? I run into this when working on the Simplenote Android 2.32 code freeze. I run the 2.31 code freeze using 9.1.0 (see https://github.com/Automattic/simplenote-android/pull/1631) and it...

Refactor parts of the `release-toolkit` code in order to: * Put some of the methods in better places – especially a lot of methods that are in `*_git_helper` are not...

See https://github.com/wordpress-mobile/release-toolkit/pull/254/files#r629596836.

good first issue

[This build passed](https://buildkite.com/automattic/wordpress-ios/builds/20049#018d5d12-2d8b-46a4-accf-bd7c5f81427c) but no PR was created.

In the context of removing friction and giving clarity to product devs running releases, it occurred to me that GlotPress validation errors can be cryptic to the non-initiated. Example, I...

## What does it do? Adds two new actions: - `create_branch` - `checkout_and_pull` These are wrappers for the [GitHelper methods](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/lib/fastlane/plugin/wpmreleasetoolkit/helper/git_helper.rb) of the same names. There are currently dozens of instances...

Since moving to XCFramework as the integration method for Gutenberg for Mobile Apps, we have been downloading the source code via Git in order to generate strings, see https://github.com/wordpress-mobile/WordPress-iOS/pull/21416. Needless...

See https://github.com/woocommerce/woocommerce-android/pull/10359#discussion_r1422058546 We should avoid this kind of confusing diff Even though, a question that's also interesting is how the `RELEASE-NOTES.txt` ended up with that header for the next version...