- Be sure all tests pass:
npm t
. - Ensure code coverage does not decrease and write new tests if necessary:
npm run coverage
.
If you are a maintainer of Reload, please follow the following release procedure:
- Merge all desired pull requests into master.
- Bump
package.json
to a new version and runnpm i
to generate a newpackage-lock.json
. - Make any final edits to CHANGELOG.
- Paste contents of CHANGELOG for the new version into new version commit.
- Open and merge a pull request with those changes.
- Tag the merge commit as the a new release version number.
- Publish commit to npm.