brianstrauch / spotify-cli

Spotify for the terminal
Apache License 2.0
317 stars 16 forks source link

Set up CI with version auto-updating #30

Closed brianstrauch closed 3 years ago

brianstrauch commented 3 years ago

A commit with a new version number in main.go should trigger a release.

OrlovEvgeny commented 3 years ago

Hi, I created pr https://github.com/brianstrauch/spotify-cli/pull/43 Goreleaser is able to automatically update the version of the application when we push a new tag (see ldflags https://goreleaser.com/customization/build/). Well, we can just create and push new tag, goreleaser will do the rest for us