Skip to content

Commit

Permalink
e Prepare for next release
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Oct 14, 2019
1 parent e318f7e commit 888ee17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/HowToRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Creating the Build

Publishing

- [ ] Change version number to current version number, and new version number to `$UNSET_VERSION`
- [ ] 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](https://github.com/approvals/ApprovalTests.cpp/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`
4 changes: 2 additions & 2 deletions build/build_hpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -o pipefail
# Constants
UNSET_VERSION="v.X.X.X"

LAST_VERSION="v.5.1.0"
VERSION="v.6.0.0"
LAST_VERSION="v.6.0.0"
VERSION=$UNSET_VERSION

PUSH_TO_PRODUCTION="true"
# Note that we won't push if the version number is unset
Expand Down
File renamed without changes.

0 comments on commit 888ee17

Please sign in to comment.