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

Semantic version for dev releases #434

Closed
Waldz opened this issue Oct 9, 2018 · 2 comments
Closed

Semantic version for dev releases #434

Waldz opened this issue Oct 9, 2018 · 2 comments
Assignees

Comments

@Waldz
Copy link
Member

Waldz commented Oct 9, 2018

@Waldz
Copy link
Member Author

Waldz commented Oct 10, 2018

In another projects I've seen unofficial semantic version like this:

const Version = "0.0.20181001-dirty"

@soffokl
Copy link
Member

soffokl commented Oct 19, 2018

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 0.5-rc or anything similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants