algostrata
v1.3.0
Published
calculation library for algostrata
Downloads
75
Readme
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=rc
Use 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 minor
replace minor
with the correct version: major
, minor
or patch
Push tags to git with the following command:
git push origin --tags
Or set git to push tags automatically
git config --global push.followTags true