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

Proposal: Please tag a new release and using Semantic Versioning #43

Open
KateGo520 opened this issue Aug 2, 2020 · 1 comment
Open

Comments

@KateGo520
Copy link

I found that the latest version is v0.0.1 committed on 24 Feb 2017. When module users try to get github.com/gosuri/uiprogress, the version v0.0.1 will be return.

$go get -v github.com/gosuri/uiprogress
go: downloading github.com/gosuri/uiprogress v0.0.1
go: github.com/gosuri/uiprogress upgrade => v0.0.1

It would be great to have a new tagged release be named in the format vX.X.X format so that go mod can read it.

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

@KateGo520
Copy link
Author

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

@KateGo520 KateGo520 changed the title Proposal: Please tag a new release and start using Semantic Versioning Proposal: Please tag a new release and using Semantic Versioning Aug 2, 2020
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

1 participant