IBM-Cloud / IBM-Cloud/ibm-cloud-cli-sdk

add support for prerelease tags

Open
#155 1 comment 1 reaction 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.