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

Update go.mod to publish a retract version #328

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

Zerpet
Copy link
Contributor

@Zerpet Zerpet commented Nov 5, 2024

After merging this, simply tag (do not create a release) with 3.1.1.

After ~1m, run go get github.com/michaelklishin/rabbit-hole/v3, you should observe that it gets
version 3.1.0. Further validate by running:

go list -m -versions github.com/michaelklishin/rabbit-hole/v3

The current output is github.com/michaelklishin/rabbit-hole/v3 v3.0.0 v3.1.0. After tagging a version with the retraction,
it should print only 3.1.0.

@michaelklishin michaelklishin merged commit 897b82b into michaelklishin:main Nov 5, 2024
2 checks passed
@michaelklishin michaelklishin added this to the 3.1.1 milestone Nov 5, 2024
@Zerpet Zerpet deleted the bump-retract branch November 5, 2024 12:53
@michaelklishin
Copy link
Owner

Indeed it took about a minute, tested with

watch -n 10 -- go list -m -versions github.com/michaelklishin/rabbit-hole/v3

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

Successfully merging this pull request may close these issues.

2 participants