- Fork the repository.
- Make changes.
- Add tests in
test/
. - Run tests with
pnpm test
.
- Merge PRs into dev branch.
- Merge dev branch into main branch with
git checkout main && git merge dev
- Push main branch to remote with
git push
- GitHub action will create a release and publish it to npm.
Feel free to improve this process by creating an issue or PR.