add changesets release workflow
Fix https://github.com/tentone/geo-three/issues/84
For this PR to fully work, we need to add the following things first:
- [x] Install the Changesets bot to this repo: https://github.com/apps/changeset-bot
- [ ] Add an
NPM_TOKENto this repo secrets.
What this PR and requests action will do:
- Add a comment suggesting to add a changeset file whenever a new PR is created.
changesetwill create or update an existing release PR which takes all the changes since the last release. When you merge one of those auto-generated release PRs it will release to NPM, push a git tag, update theCHANGELOG.mdfile and release to Github too.- More info in https://github.com/changesets/changesets/tree/main?tab=readme-ov-file#how-do-i-get-started
⚠️ No Changeset found
Latest commit: f96f257ebe66f5b8e50c79a81c93504885db9c2c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR