-
Notifications
You must be signed in to change notification settings - Fork 313
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
Semantic version for dev releases #434
Labels
Comments
In another projects I've seen unofficial semantic version like this:
|
We can get a version of the latest dev release from pre-releases: curl https://api.github.com/repos/mysteriumnetwork/node/releases | \
jq '( first(.[] | select(.prerelease == true)) ) | .tag_name' In this case we can manually control version of the next release by pre-release tag. So it can be |
soffokl
added a commit
that referenced
this issue
Oct 19, 2018
soffokl
added a commit
that referenced
this issue
Oct 19, 2018
soffokl
added a commit
that referenced
this issue
Oct 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latest
release because they are compatible with https://docs.npmjs.com/getting-started/semantic-versioning0.4-dev
or0.4-rc
as per proposalhere Fixed build version for deb packages #430 (comment)
The text was updated successfully, but these errors were encountered: