ipfs / service-worker-gateway

[WIP EXPERIMENT] IPFS Gateway implemented in Service Worker
https://inbrowser.dev
Other
17 stars 8 forks source link

chore: update staging #295

Closed SgtPooki closed 2 weeks ago

SgtPooki commented 2 weeks ago

updates staging with the following commits from main:


Mostly trying this because I can't repro https://github.com/ipfs/service-worker-gateway/issues/289 on localhost.. but I don't see changes here that could be breaking things on inbrowser.dev :(

2color commented 2 weeks ago

How do you create these releases?

SgtPooki commented 2 weeks ago

How do you create these releases?

main is supposed to be our dev branch, and staging is not sharing history with main, so I just did:

git checkout staging
git pull
git checkout main
git pull
gh pr create --base staging