You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/RELEASE.md

621 B

How to cut a new release

  1. Create a release branch.
git checkout -b release-1.x.x # (where 1.x.x reflects the release)
  1. Update package.json with the version number
  2. Build the release
yarn release
  1. 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 parser
  1. Submit a PR
  2. Merge once the PR's tests pass
  3. Create a release, linking to this release's entry in the changelog. (See other releases for context.)