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

Use semver-compatible tags for releases #168

Open
ybubnov opened this issue Nov 22, 2019 · 1 comment
Open

Use semver-compatible tags for releases #168

ybubnov opened this issue Nov 22, 2019 · 1 comment

Comments

@ybubnov
Copy link

ybubnov commented Nov 22, 2019

Hi @owulveryck, thank you for the project, it looks awesome.

A minor note from go mod specification: in order to correctly use this module through go.mod, you have to specify tags in semver format, so instead of v0.3, use v0.3.0.

For example, pre-release of tiny-YOLO-v2, could be marked as v0.3.0-rc.1.

Again, thank you a lot!

@owulveryck
Copy link
Contributor

Thank you for tour comment.
I wasn’t aware of this!

I will try to use go-releaser to ease all of this.

Thanks again.

I let this issue open until goreleaser is in place.

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