Closed lidel closed 2 years ago
npm run release does not work locally. I made release with npm version major + npm run build + npm publish
npm run release
npm version major
npm run build
npm publish
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
Current state
npm run release
does not work locally. I made release withnpm 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