Spencer Transier

Results 8 issues of Spencer Transier

In the release scenario, there's this step: > Run this command to check if there are updates available for pods like ZenDesk, UIDeviceIdentifier, etc and record them in the https://github.com/woocommerce/woocommerce-ios/issues/1894:...

category: tooling

## 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...

## What does it do? This PR adds more parsing options to the `release_notes_helper.rb` so that Markdown headers and lists can be used at the top of the release notes/changelog...

enhancement

See discussion here about the correct type should be for this configItem: https://github.com/wordpress-mobile/release-toolkit/pull/469#discussion_r1191989936

While reviewing the Day One Apple Fastlane improvements with Jeremy, he suggested making a Release Toolkit action of this code: ``` xctestrun_path = Dir.glob(File.join(build_products_path, '*.xctestrun')).select do |path| path.include?(options[:name]) end.first if...

When adding the `install_swiftpm_dependencies` action, I added a `tar` option in the `save_cache` action that uses a relative path. See this comment thread for details: https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/43#discussion_r1122968427 Existing tar usage: `tar...

These two tests have been regularly failing: `EventLoggingTests.testThatOnlyOneFileIsUploadedSimultaneously` `EventLoggingTests.testThatAllFilesAreEventuallyUploaded` We've added `XCTSkip`s to them for now because they don't seem to be related to any actual code changes in the...

In https://github.com/Automattic/Automattic-Tracks-iOS/pull/166, the PR description mentions this about `Secrets.swift`: > Create the Shared/Secrets.swift file: > - For automatticians: copy the file from our mobile secrets repo (under iOS/tracks-demo). You might...