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

Ensure Kapow! is shown properly on https://pkg.go.dev/ #88

Open
panchoh opened this issue Nov 17, 2019 · 2 comments
Open

Ensure Kapow! is shown properly on https://pkg.go.dev/ #88

panchoh opened this issue Nov 17, 2019 · 2 comments
Assignees
Labels
chores Maintenance of the tree, including releases. documentation
Milestone

Comments

@panchoh
Copy link
Contributor

panchoh commented Nov 17, 2019

https://pkg.go.dev/github.com/BBVA/kapow?tab=overview

@panchoh panchoh added documentation chores Maintenance of the tree, including releases. labels Nov 17, 2019
@panchoh panchoh added this to the 0.4.0 milestone Nov 17, 2019
@panchoh panchoh self-assigned this Nov 17, 2019
@nilp0inter nilp0inter changed the title ensure kapow! is shown properly on https://pkg.go.dev/ ensure Kapow! is shown properly on https://pkg.go.dev/ Nov 20, 2019
@panchoh panchoh changed the title ensure Kapow! is shown properly on https://pkg.go.dev/ Ensure Kapow! is shown properly on https://pkg.go.dev/ Jun 12, 2020
@panchoh
Copy link
Contributor Author

panchoh commented Jun 12, 2020

We should add this to the release workflow:

GO111MODULE=on go get -v github.com/BBVA/kapow

because this primes the module proxy with the latest version, and in turn updates what's shown in pkg.go.dev.

@panchoh
Copy link
Contributor Author

panchoh commented Aug 31, 2020

Let me clarify: pkg.go.dev will update its info on Kapow! (or any other Go project) only after it has been accessed via go get in module mode. So, in order to ensure that the info displayed on pkg.go.dev on Kapow! stays current, the aforementioned go get command must be run every time a release is made. Otherwise, pkg.go.dev will show an old version of Kapow! (both the release and the docs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chores Maintenance of the tree, including releases. documentation
Projects
None yet
Development

No branches or pull requests

1 participant