Closed JayJamieson closed 1 year ago
Latest commit: 46f155b8c51e41f696d39fdefde1fa387ad3b95b
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.
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
I had a look at the release page and notice it was using git commit hashes. I use goreleaser and find it really good build tool to have and automates most of the overhead in doing releases.
Goreleaser will also group up pr/issues as part of release notes.
You can test a local build using
goreleaser release --snapshot --clean
. will output builds to./dist
To trigger a release you can:
git tag -a vx.x.x
and then push the tag withgit push origin vx.x.x