mirror of
https://github.com/postlight/mercury-parser
synced 2024-10-31 03:20:40 +00:00
657 B
657 B
How to cut a new release
- Create a release branch.
git checkout -b release-1.x.x # (where 1.x.x reflects the release)
- Update package.json with the version number
- Build the release
yarn release
- Update the changelog
# Copy the output of the command below and paste it into CHANGELOG.md
# following the conventions of that file
yarn changelog-maker postlight mercury-parser
- Submit a PR
- Merge once the PR's tests pass
- Create a release, linking to this release's entry in the changelog. (See other releases for context.)