ipfs / npm-kubo

Install Kubo (go-ipfs) from NPM
https://www.npmjs.com/package/kubo
MIT License
41 stars 30 forks source link

Latest github release doesnt update when new version is publised #38

Closed olizilla closed 1 year ago

olizilla commented 4 years ago

Minor, but I just lost a few minutes trying to figure out why this repo was still saying that the latest release is 0.5.1. I assumed the github action was broken again. But not so! 0.6 is on npm, and everything is correct, it's just that the new github UI shows the latest release number right on the front page, but doesn't include tags in it's assesment of what is latest.

Screenshot 2020-07-01 at 08 43 20

A fix would be to tweak the publish action to create a github release here

https://github.com/ipfs/npm-go-ipfs-dep/blob/1d00358a1fd96aa6f801653ddea5c46ca2d75f87/.github/actions/publish/entrypoint.sh#L58-L60

lidel commented 3 years ago

I'm moving this to https://github.com/ipfs/npm-go-ipfs

olizilla commented 1 year ago

This isn't a problem now that the github UI is just showing a Releases link

Screenshot 2023-03-02 at 11 35 01