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

can't use with go modules #16

Closed
im-kulikov opened this issue Oct 3, 2018 · 5 comments
Closed

can't use with go modules #16

im-kulikov opened this issue Oct 3, 2018 · 5 comments

Comments

@im-kulikov
Copy link
Contributor

When I'll try to get latest stable version of mailru/dbr:

module some/project

require (
	...
	github.com/mailru/dbr v0.0.0-20180825184916-bee39f330c3b
	...
)

Problem is in release-tag naming:

vX.Y with vX.Y.Z

@bgaifullin
Copy link
Contributor

bgaifullin commented Oct 4, 2018

there should be 3 components of version in tag name, is it?

@im-kulikov
Copy link
Contributor Author

@bgaifullin yeah.. X.Y.Z and prefixed with v -> v1.2.3

@im-kulikov
Copy link
Contributor Author

In order not to break anything, I suggest to add the following tags:

@bgaifullin
Copy link
Contributor

add missing tags

@im-kulikov
Copy link
Contributor Author

Thx!

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

No branches or pull requests

2 participants