We would love to get your feedback, thoughts, and overall improvements to vultr-cli
!
- All Code should run through
go fmt
Vultr-cli supports go modules
so you can pull down the repo outside of your $GOPATH
.
You can also run:
go get -u github.com/vultr/vultr-cli
Vultr-cli follows SemVer for versioning. New functionality will result in a increment to the minor version. While, bug fixes will result in a increment to the patch version.
Releases of new versions are done as their independent pull requests - They will also be done by the maintainers.
To release a new version of vultr-cli
we must do the following.
- Make the appropriate updates to
CHANGELOG.md
. This should include the- Version,
- List of fix/features with accompanying pull request ID
- Description of each fix/feature
## v0.0.1 (2019-06-12)
### Fixes
* Fixed random bug #12
- Submit a pull request with the following changes
- Once the pull request is merged in - create a new tag and publish.