Closed tszulc closed 5 years ago
I recommend that this be released as a PATCH (0.3.1)
Copying the release process:
These are the steps we should follow whenever there's a PR or branch that's going to be merged into the
master
branch:
- Select the Squash and merge option with a title and body that follows the Conventional Commits Specification
- NOTE: If the PR/branch includes more than one feature/fix, and each commit uses a structured message, we can just Create a merge commit it in.
- when you're ready to release:
git checkout master; git pull origin master
npm release
git push --follow-tags origin master && npm publish
edit: adding link to package that's being used for prepping for release