sst / torpedo

Connect to databases in private VPCs securely the easy way - no VPN required
MIT License
83 stars 3 forks source link

Add goreleaser for semver based releases #1

Closed JayJamieson closed 8 months ago

JayJamieson commented 8 months ago

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:

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

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