Skip to content

Releases: Automattic/a8c-ci-toolkit-buildkite-plugin

v1.6.1

02 Nov 18:18
753c146

Choose a tag to compare

Fixes a bug where cache_repo didn't always work properly on non-ephemeral runners

v1.6.0

11 Oct 16:32
204cd14

Choose a tag to compare

What's Changed

New Contributors

  • @lurcio made their first contribution in #6

Full Changelog: v1.5.0...v1.6.0

v1.5.1

20 Aug 18:34
5e03bd5

Choose a tag to compare

  • Fixes a bug in the comment_on_pr action

v1.5.0

12 Aug 18:35
7ebbd4b

Choose a tag to compare

  • Uses a more descriptive filename for Pod caches (this will require rebuilding Pod caches after adopting this plugin, but the API remains unchanged)
  • Renames cache_cocoapods to cache_cocoapods_specs_repo (but retains the old action name to avoid breaking SemVar)

v1.4.0

11 Aug 22:36
b07f9e9

Choose a tag to compare

Adds:

  • Podfile example project support in build_and_test_pod
  • comment_on_pr
  • install_swiftpm_dependencies
  • Proper error failure in install_gems

v1.3.2

10 Aug 23:16
7707426

Choose a tag to compare

Properly handle Pods that don't have a Podfile

v1.3.1

10 Aug 20:15
b58e2d9

Choose a tag to compare

Fixes a bug when building and testing pods

v1.3.0

10 Aug 19:58
6adb942

Choose a tag to compare

Adds pod publishing actions

v1.2.1

06 Aug 05:03
39e8f14

Choose a tag to compare

  • Pod publishing improvements
  • Better error handling

v1.2.0

05 Aug 18:55
a0d43f5

Choose a tag to compare

  • Improved Pod and Gem checks
  • Fixes bugs