Skip to content

Releases: MetaMask/github-tools

1.15.0

Choose a tag to compare

@mm-token-exchange-service mm-token-exchange-service released this 29 Jun 10:19
5b4e607

Added

  • Add update-major-version-tag reusable composite action (#267)
    • This action can be used to update the major version tag (e.g., v1) for repositories containing GitHub Actions.

1.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:10
b8f7836

Added

  • Support OTA branches in release-branch-sync action (#263)
  • Add playwright-test-health-report action for creating reports for Playwright tests, and posting to Slack (#262)

Fixed

  • Allow release-branch-sync action to reuse branch (#264)

1.13.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:15
463be41

Added

  • Add rename-after-install-and-build input to the publish-preview reusable workflow (#254)
    • When set to true, the workflow installs dependencies and runs the build before renaming workspace manifests to the preview NPM scope. This ensures snap artifacts (e.g. dist/bundle.js, snap.manifest.json and its source.shasum) are produced with the original @metamask/... package name.
    • Defaults to false to preserve existing behavior for non-snap consumers.
  • Add BUILD_ENV secret input to the publish-preview reusable workflow
    • Accepts a JSON object of environment variables that will be passed to the build step (e.g. '{"API_URL":"https://...","LOG_LEVEL":"all"}'). Useful when the build command needs additional configuration or secret values to produce a valid preview build.

1.12.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:44
351d8ec

Changed

  • Bump actionlint from 1.7.7 to 1.7.12 in the lint-workflows workflow (#259)

1.11.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:45
0817e6d

Added

  • Add optional planning-token to add-team-label action (#257)

1.10.0

Choose a tag to compare

@github-actions github-actions released this 29 May 07:41
a8c583c

Added

  • Add get-token action to get short-lived access token using OIDC (#255)

1.9.4

Choose a tag to compare

@github-actions github-actions released this 18 May 18:08
9ac1477

Fixed

  • fix: drop deleted bitrise.yml from stable-sync preserve list (#251)
  • ci: fix the announce-release Slack post (#250)

1.9.3

Choose a tag to compare

@github-actions github-actions released this 12 May 19:30
8d08f47

Fixed

  • fix: fix release-branch-sync failure when there are too many open PRs more recent than the release PR (#247)

1.9.2

Choose a tag to compare

@github-actions github-actions released this 11 May 17:51
0286e50

Changed

  • chore: bump Yarn to 4.14.1 (#244)

1.9.1

Choose a tag to compare

@github-actions github-actions released this 08 May 19:22
1d790df

Changed

  • chore: use single header row for post merge spreadsheet (#242)