IBM-Cloud / IBM-Cloud/ibm-cloud-cli-sdk
add support for prerelease tags
Open
@weieigao is already working on this.
Since Oct 26, 2018.
- Dominant language
- Go
- Stars
- 35
- Forks
- 53
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 16
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.