Skip to content

CONTRIBUTING

To Huynh edited this page Feb 8, 2022 · 1 revision

Bump version

Make sure all your changes are committed.

The following commands should only ever be ran from the most up-to-date main branch.

git checkout main
git fetch origin
git pull origin main

Run:

npm run bumpversion-{major | minor | patch}
git push
git push --tags

Clone this wiki locally