yznts / kyoto

Asynchronous frontends with Go
https://pkg.go.dev/github.com/yznts/kyoto/v3
MIT License
651 stars 28 forks source link

Documentation is restricted due to cache #145

Closed yznts closed 2 years ago

yznts commented 2 years ago

pkg.go.dev cached v1.0.0 without a LICENSE file. After pushing license and force change tag commit, pkg.go.dev is not updating own cache.

tgulacsi commented 2 years ago

As I've experienced, It's easier to push the fix with a a bigger version number (v1.0.1) than force-push the wrong (v1.0.0) one. It's annoying, but can be understood: a pushed version can be "cached" (pulled, downloaded) by a user of the library, and it's more straightforward to push a fix in a ... fix - (v1.0.1).

yznts commented 2 years ago

As far as it's not a code related, I wanted to try with tag commit changing first :) Anyway, you're right, it's better to push a new fix version.