Urara-Blog/node_modules/.pnpm-store/v3/files/46/20d8f582704a6b8a1e722393c528f9506eb91bdd4f83a7b8085a3bed8ae176158c6d2ef544baa40659cd027956c3b11d4bf2ab9826725cdc24fa9ebe3510f6
2022-08-14 01:14:53 +08:00

10 lines
288 B
Text

# Contributing
### Releasing a new version:
- Ensure tests are passing on travis and appveyor
- Run `node scripts/abi_crosswalk.js` and commit any changes
- Update the changelog
- Tag a new release like: `git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags`
- Run `npm publish`