Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goreleaser no longer strips v in version #384

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

liztio
Copy link
Contributor

@liztio liztio commented Mar 16, 2018

Fixes #383

Signed-off-by: liz [email protected]

What this PR does / why we need it:

Fixes broken release tagging

Which issue(s) this PR fixes

Special notes for your reviewer:

Release note:

@liztio liztio force-pushed the fix-goreleaser-version branch from 68cc5bc to 41e3a07 Compare March 16, 2018 13:59
@@ -6,7 +6,7 @@ builds:
- linux
goarch:
- amd64
ldflags: -s -w -X github.com/heptio/sonobuoy/pkg/buildinfo.Version={{.Version}}
ldflags: -s -w -X github.com/heptio/sonobuoy/pkg/buildinfo.Version=v{{.Version}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's weird to me that you need to add back the v it's definitely in the tag.?.?.? Is there some option in Travis?

Copy link
Contributor

@timothysc timothysc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@timothysc timothysc merged commit ce88642 into vmware-tanzu:master Mar 16, 2018
jhamilton1 pushed a commit to jhamilton1/sonobuoy that referenced this pull request Jun 27, 2018
jhamilton1 pushed a commit to jhamilton1/sonobuoy that referenced this pull request Jun 27, 2018
Fixes vmware-tanzu#383

Signed-off-by: liz <[email protected]>
Signed-off-by: Jesse Hamilton [email protected]

Signed-off-by: Jesse Hamilton [email protected]
ceridwen pushed a commit to ceridwen/sonobuoy that referenced this pull request Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants