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

add support for prerelease tags #155

Open
starpit opened this issue Oct 26, 2018 · 1 comment
Open

add support for prerelease tags #155

starpit opened this issue Oct 26, 2018 · 1 comment
Assignees

Comments

@starpit
Copy link

starpit commented Oct 26, 2018

the semver spec allows for a prerelease string as part of the version, e.g. 1.4.2-alpha1, where the alpha1 part is the "prerelease tag".

the official go semver supports this, in their Version datatype: https://godoc.org/github.com/coreos/go-semver/semver

can we switch over to use the official semver datatype, rather than inventing our own?

the use case here is having plugin repos for prerelease streams, to enable field testing of bug fixes.

@boyang9527
Copy link
Contributor

Thanks for raising this feature request, we will consider this.

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

3 participants