- Branch off of
master
:git checkout -b username/branch-name
- Commit your changes
- Make a pull request against the
master
branch
- If you'd like to test linting rules, add or update the
.js
files in thetest
directory. - Then run
npm run lint
- Bump the version in
package.json
- Update
package-lock.json
by runningnpm install
- Create a release commit:
git commit -a -m "Prepare release v[1.1.0]"
- Create a new release on GitHub
- Publish to NPM:
npm publish