CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
112 stars 79 forks source link

Automate versioning #102

Closed rkalis closed 2 years ago

rkalis commented 2 years ago

Currently when I'm releasing I manually bump all versions in the different package.json and the one in index.ts for cashc. It happens sometimes that I forget to update something somewhere (see #100), so ideally this process would be automated.

rkalis commented 2 years ago

There are now scripts yarn version <version_string> and yarn publish-all to update the version across packages, and subsequently publish all packages to NPM.