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 #23

Open
ernado opened this issue Sep 26, 2019 · 0 comments
Open

Use semver #23

ernado opened this issue Sep 26, 2019 · 0 comments

Comments

@ernado
Copy link

ernado commented Sep 26, 2019

Please use semantic versioning with tags, like this:

$ git tag v0.0.1
$ git push origin v0.0.1
# ...
 * [new tag]         v0.0.1 -> v0.0.1

So we can pin to specific version instead of using pseudo-versions :)
Note that it is OK to start with v0.0.X versions, because bumping major versions v1 to v2 will require imports update.

Thank you.

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

1 participant