geo-three icon indicating copy to clipboard operation
geo-three copied to clipboard

add changesets release workflow

Open RodrigoHamuy opened this issue 1 year ago • 1 comments

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_TOKEN to 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.
  • changeset will 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 the CHANGELOG.md file and release to Github too.
  • More info in https://github.com/changesets/changesets/tree/main?tab=readme-ov-file#how-do-i-get-started

RodrigoHamuy avatar Sep 29 '24 04:09 RodrigoHamuy

⚠️ 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

changeset-bot[bot] avatar Sep 30 '24 09:09 changeset-bot[bot]