roger icon indicating copy to clipboard operation
roger copied to clipboard

Proposal: Please start using Semantic Versioning

Open KateGo520 opened this issue 3 years ago • 1 comments

I found that this project already supports Go modules. But sadly, the tags doesn't follow Semantic Versioning, which means that all tags of this project will be ignored by Go modules and replaced by pseudo-versions, go get acts weirdly when tags are not in that form. It would be great to have the tagged release be named in the format vX.X.X format so that go mod can read it.

	github.com/senseyeio/roger v0.0.0-20191009211040-43e330bee47f

Else the mod file shows something like github.com/senseyeio/roger v0.0.0-20191009211040-43e330bee47f which is not very readable and difficult to upgrade. It’s hard to verify which version is in use. This is not conducive to version control.

So, I propose this project to follow Semantic Versioning in future versions. For example, v1.0.1, v2.0.0, v3.1.0-alpha, v3.1.0-beta.2etc.

KateGo520 avatar Aug 06 '20 23:08 KateGo520

@dareid Could you help me review this issue? Thx :p

KateGo520 avatar Aug 06 '20 23:08 KateGo520