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

chore(deps): Update to [email protected] #81

Closed
wants to merge 1 commit into from

Conversation

placer14
Copy link
Contributor

@placer14 placer14 commented Oct 9, 2020

No description provided.

@placer14 placer14 requested review from iand, willscott and frrist October 9, 2020 03:26
@placer14 placer14 self-assigned this Oct 9, 2020
@@ -13,7 +15,7 @@ var reVersion = regexp.MustCompile(`^(v\d+\.\d+.\d+)(?:-)?(.+)?$`)
func String() string {
matches := reVersion.FindStringSubmatch(GitVersion)
if matches == nil || len(matches) < 3 {
return "v0.0.0+" + GitVersion
return ReleaseVersion + "+" + GitVersion
Copy link
Contributor

Choose a reason for hiding this comment

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

This is incorrect. This line is only encountered when there is no git tag on the repo. We should tag our versions properly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops. Thanks for raising. Will revert and manage via git tags.

@placer14 placer14 force-pushed the chore/update-lotus-v0.9.0 branch from f4eb556 to 08e8528 Compare October 11, 2020 03:39
@placer14
Copy link
Contributor Author

Closed in favor of fix included in #84

@placer14 placer14 closed this Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants