bodyclose icon indicating copy to clipboard operation
bodyclose copied to clipboard

Use semver

Open ernado opened this issue 6 years ago • 0 comments

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.

ernado avatar Sep 26 '19 23:09 ernado