Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1022 Bytes

RELEASE.md

File metadata and controls

20 lines (18 loc) · 1022 Bytes

Releasing a new version of checkr-official

Release process

  1. Create a list of all the changes since the prior release
    1. Compare the latest release to master using https://github.com/checkr/checkr-ruby/compare/`${latest}`...master
    2. Open the linked pull requests from all the Merge pull request #... commits
    3. For all non-documentation PRs, copy title (including pull request number) into markdown list items
    4. Sort into logical buckets, like "New", "Improvement", "Fix"
    5. Reorganize to put the pull request number at the end of the line with author in parenthesis
  2. Ensure there are no breaking changes, or if there are breaking changes you'll need to bump the major version, following SemVer
  3. Update the version
    1. Update the constant in lib/checkr/version.rb
    2. Commit and push to your branch
    3. Get it reviewed and merge to master
  4. Move to master branch and pull last version
  5. Run the bin/release script to cut a release