ipfs / helia-verified-fetch

A fetch-like API for obtaining verified & trustless IPFS CIDs on the web
https://npmjs.com/package/@helia/verified-fetch
Other
11 stars 1 forks source link

bug: @next version is tagged incorrectly? #66

Closed SgtPooki closed 1 month ago

SgtPooki commented 2 months ago
image

@next version should be 1.3.13 or similar

achingbrain commented 2 months ago

Since https://github.com/ipfs/helia-verified-fetch/tree/fdc83b8869066a961ae346f153e4b6b486091f01 this module publishes a new version on every commit, it doesn't use @next tags. The tag in question is from before the repo switched over to using the js-test-and-release workflow.

If you want pre-release tags you need to switch to using release-please-action - eg: https://github.com/ipfs/helia/blob/main/.github/workflows/main.yml#L167-L217