Releases: MetaMask/github-tools
Releases · MetaMask/github-tools
Release list
1.15.0
1.14.0
1.13.0
Added
- Add
rename-after-install-and-buildinput to thepublish-previewreusable 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.jsonand itssource.shasum) are produced with the original@metamask/...package name. - Defaults to
falseto preserve existing behavior for non-snap consumers.
- When set to
- Add
BUILD_ENVsecret input to thepublish-previewreusable 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.
- Accepts a JSON object of environment variables that will be passed to the build step (e.g.
1.12.0
Changed
- Bump
actionlintfrom1.7.7to1.7.12in thelint-workflowsworkflow (#259)
1.11.0
Added
- Add optional
planning-tokentoadd-team-labelaction (#257)
1.10.0
Added
- Add
get-tokenaction to get short-lived access token using OIDC (#255)
1.9.4
1.9.3
Fixed
- fix: fix
release-branch-syncfailure when there are too many open PRs more recent than the release PR (#247)
1.9.2
Changed
- chore: bump Yarn to 4.14.1 (#244)
1.9.1
Changed
- chore: use single header row for post merge spreadsheet (#242)