Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • So I guess then, first release (if its not stable release), could be 2.0.0-rc or 2.0.0-alpha or whatever? I just got confused by the fact that you start with 0.1.0 and then only bump major version once it is stable (but you still bump unstable releases for 0 major version) Commented Mar 29, 2019 at 8:08
  • With CI in use, for any commit can be an internal "release" which should be named somehow and considered by other modules. Commented Mar 29, 2019 at 8:09
  • @Andrius, that is correct.v0 is a special case. After v1, pre-releases rely on appending some sort of annotation to the version to reflect that it's a pre-release. I've updated the answer to reflect that. Commented Mar 29, 2019 at 8:10