5 Commits

Author SHA1 Message Date
mfedderly
2c28ed1b4e
Pin the exact SHA1's of GitHub Actions we use (#2863)
This is as recommended in the security guide https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions, and as demonstrated recently in an action we don't use https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
2025-03-29 12:43:37 -04:00
mfedderly
948cdafaf7
Upgrade pnpm/action-setup in github actions (#2696) 2024-08-09 13:52:25 -04:00
mfedderly
1f39da5355
Prep infra for v7 release (#2607)
* Prep infra for v7 release

* Update workflow name

* Clarify release process instructions

* Move publish commands into workflow and out of package.json

* Prerelease version should include merged tags

* Update release procedure to reflect the user pushing the release tag

* Fix build

* Remove errant yml
2024-05-17 11:44:57 -04:00
mfedderly
1411d63a74
Fix issues with prerelease builds (#2562)
- Added a fetch-depth: 0 config that should give us the git history and correctly calculate the canary versions
- Don't run scripts as part of the lerna release step, they were already run by the github actions steps
- Fix issue with reference to the node 'util' package that was preventing the browser version of @turf/turf from working
2023-12-30 16:52:56 -05:00
mfedderly
135b89890b
Update release instructions for pnpm (#2560)
* Update release instructions for pnpm

* Attempt to provide automatic canary builds
2023-12-30 11:11:35 +11:00