- sync your master branch with the remote branch, stash or revert all uncommitted local changes
- execute
npm run test-ci
to verify that the current state of the master branch is green - bump the js-joda package version in the package.json
- execute
npm run build-dist
- commit your changes
- tag this commit with the current version and a preceeding 'v' e.g.
git tag -m "v1.1.1" v1.1.1
- publish this commit
npm publish