-
Any one know tool like this, check my issue at https://github.com/sindresorhus/np/issues/676
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
- creates docker images. - generates .deb and .rpm packages for all supported architectures - generates a .tar.gz for all my architecture with binaries. - Generates a changelog programmatically and links to GH issues that were addressed. I'll drop these as examples for reference. My CFG: https://github.com/esnet/gdg/blob/master/.goreleaser.yml CICD Cfg: https://github.com/esnet/gdg/blob/master/.github/workflows/release.yml Example Release: https://github.com/esnet/gdg/releases/tag/v0.3.1 In order to do that all I had to do was git tag v0.3.1 git push origin --tags
-
I think https://goreleaser.com/ is probably that and so much more. It may not fit into the mold you're expecting but my release is basically pushing a tag to github, and it automatically (in my case)
-
It will be outrageous self-promotion but once upon a time I made simple golang library that did similar thing: https://github.com/adamwasila/go-semver Goal was to use it in set of semver oriented tools (sorting, bumping etc.) but I never get to this point because I was moved to different project where it was not needed anymore. Library is more or less complete though.
-
modver
Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to semver rules.
Related: modver can tell whether a change in your Go module requires a major, minor, or patchlevel version bump. https://github.com/bobg/modver
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives