Documentation for version v0.13.0 is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
pkg/buildinfo/version.go
.git tag -a v0.13.0
.git push --tags
(note this will push all tags). To push
just one tag do something like: git push <remote> refs/tags/v0.13.0
where
<remote>
refers to github.com/vmware-tanzu/sonobuoy (this might be something like
upstream
or origin
). If you are unsure, use the first option.To help you get started, see the documentation.