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

tag a new release #37

Closed
yasushi-saito opened this issue Jul 1, 2019 · 8 comments
Closed

tag a new release #37

yasushi-saito opened this issue Jul 1, 2019 · 8 comments

Comments

@yasushi-saito
Copy link

With go modules, "go get github.com/MaxHalford/eaopt" will fetch v0.1.0, which is very old. Can you tag a new release, say v0.2.0?

@MaxHalford
Copy link
Owner

MaxHalford commented Jul 2, 2019

Sure! The latest release on GitHub is 0.4.1, is there anything special I need to do?

@yasushi-saito
Copy link
Author

I think the tag must start with "v". From https://github.com/golang/go/wiki/Modules:

Modules must be semantically versioned according to semver, usually in the form v(major).(minor).(patch), such as v0.1.0, v1.2.3, or v1.5.0-rc.1. The leading v is required. If using Git, tag released commits with their versions. Public and private module repositories and proxies are becoming available (see FAQ below).

@JensRantil
Copy link
Collaborator

@MaxHalford I just discovered this library. It's wonderful! Let me know if you'd like me to get access to correct the version tags. Also, there's been a fair amound of changes since 0.4.1 was published. Might make sense to create anothe release.

@MaxHalford
Copy link
Owner

Hey @JensRantil! Sure that would be nice. I don't write much Go code these days so I'm not aware of the latest best practices.

JensRantil added a commit to JensRantil/meeting-scheduler that referenced this issue Dec 9, 2019
The application runs. Due to [1] I had some minor issues getting the
latest version of the library in. Wanted bleeding edge since the author
apparently changed the name of the package which initially made me
confused.

[1] MaxHalford/eaopt#37
@JensRantil
Copy link
Collaborator

@MaxHalford Nice! Let me know when you've given me write permission to this repo and I'll push correct tags. I'll keep the old tags in case anyone's using them.

@MaxHalford
Copy link
Owner

Should be good @JensRantil :)

@spakin
Copy link
Contributor

spakin commented Feb 7, 2021

I think this issue can be closed, right? I see the current eaopt is semantically tagged as v0.4.2.

@JensRantil
Copy link
Collaborator

Correct. Thanks for reminding me/us!

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

4 participants