mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(version): lift "unreleased" status
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
parent
2033853d8c
commit
1c64d8fb81
4 changed files with 4 additions and 4 deletions
2
cmd/helm/testdata/output/version-short.txt
vendored
2
cmd/helm/testdata/output/version-short.txt
vendored
|
|
@ -1 +1 @@
|
|||
v3.0+unreleased
|
||||
v3.0
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Version: v3.0+unreleased
|
||||
Version: v3.0
|
||||
2
cmd/helm/testdata/output/version.txt
vendored
2
cmd/helm/testdata/output/version.txt
vendored
|
|
@ -1 +1 @@
|
|||
version.BuildInfo{Version:"v3.0+unreleased", GitCommit:"", GitTreeState:"", GoVersion:""}
|
||||
version.BuildInfo{Version:"v3.0", GitCommit:"", GitTreeState:"", GoVersion:""}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ var (
|
|||
version = "v3.0"
|
||||
|
||||
// metadata is extra build time data
|
||||
metadata = "unreleased"
|
||||
metadata = ""
|
||||
// gitCommit is the git sha1
|
||||
gitCommit = ""
|
||||
// gitTreeState is the state of the git tree
|
||||
|
|
|
|||
Loading…
Reference in a new issue