1.3.0 • Published 5 years ago
algostrata v1.3.0
Algostrata JS
NPM Repository
The NPM package is published to: https://www.npmjs.com/package/algostrata
Versioning
To create a prerelease use the following command:
npm version preminor --preid=rcUse premajor, preminor or prepatch to bump to the right version. Use prerelease to bump the release candiate number.
Use the following command to create a new release
npm version minorreplace minor with the correct version: major, minor or patch
Push tags to git with the following command:
git push origin --tagsOr set git to push tags automatically
git config --global push.followTags true