devnw / gvm

Go Version Manager (gvm) enables seamless installing and swapping between Go versions with a single command. This tool manages a Go environment for the user by allowing a user to specify which Go version they wish to use and handling all of the steps to install and configure that Go version. GVM also supports installing Go from the official Golang master branch so that you can easily try the next version of Go without waiting for a pre release build.
Apache License 2.0
55 stars 4 forks source link

Update auto-update release documentation #15

Closed benjivesterby closed 2 years ago

benjivesterby commented 2 years ago

Currently the README indicates that the auto-update feature works for any tagged version of gvm. This is not the case.

The documentation needs to be updated to indicate that the auto-release ONLY works for latest and dev tags as those are the ones that are updated as part of the release process and will cause the sha 256 mismatch which alters the script to alterations. For v.. tags those never get updated and so the sha will never differ since we will not push new updates to existing tags that are v..