ipfs-shipyard / ipfs-geoip

geoip lookup over DAG-CBOR dataset loaded from IPFS
MIT License
70 stars 21 forks source link

CI: set up automatic releases #99

Closed lidel closed 2 years ago

lidel commented 2 years ago

Current state

npm run release does not work locally. I made release with npm version major + npm run build + npm publish

Desired state

We want the same or similar flow as in https://github.com/multiformats/js-multiformats/ where github repo has all secrets and publishing happens automatically.

Ref. https://github.com/multiformats/js-multiformats/blob/master/.github/workflows/js-test-and-release.yml