Open jonobr1 opened 4 years ago
This should really just be a Github Action when tagging commits to specific release versions.
This is essentially two simple npm
commands:
npm version minor
npm publish
But, because of Github's Package Registry requires package.json
manipulation as well.
These are currently the steps involved in publishing a new version of Two.js. An
npm run publish
would greatly increase the ease of publishing and put Two.js on a more regular cycle of publication.git tag
origin/master