Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

File metadata and controls

30 lines (21 loc) · 1.3 KB

How To Release

Update ApprovalTests.cpp

Preparation:

  • Push all changes
  • Check that the builds are passing
  • Write summary of changes since last release, based on changes since the last release
  • Determine the semantic version number
  • Update the version number in build_hpp.sh
  • On the features page, add the line ## [new version number] after ## vNext

Creating the Build

  • Run build_hpp.sh - this updates the starter project, tests that it builds, and if so, commits and pushes it

Publishing

  • Commit and push ApprovalTests.cpp
  • Finish off the upload to github, by uploading the new .hpp, pasting in the release notes, and hitting "Publish release"
  • Finish off the release Tweet
  • Close any Issues that were resolved in this release

Prepare for next release

  • Change version number to current version number, and new version number to $UNSET_VERSION
  • Make sure the release notes named with the new version exist
  • cp relnotes_template.md relnotes_X.X.X.md