Run:
npm i
- Make some changes, add file...
- Add files to git
- Run 'git commit' in terminal (IDE is not supported, this is cli)
- Follow instructions in the terminal and write the commit message follow our convention
Run:
npm run release // to release next patch version
npm run release -- --release-as={nextVersion} // release specific next version
npm run release -- --dry-run // to run release script without actualy releasing
// nextVersion - major|minor|patch or semantic version (1.0.0, 1.0.1...)
For more commands see this page