Skip to content

Commit 888ee17

Browse files
claremacraeisidore
andcommitted
e Prepare for next release
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent e318f7e commit 888ee17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/HowToRelease.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Creating the Build
1818

1919
Publishing
2020

21-
- [ ] Change version number to current version number, and new version number to `$UNSET_VERSION`
2221
- [ ] Commit and push `ApprovalTests.cpp`
2322
- [ ] Finish off the upload to github, by uploading the new .hpp, pasting in the release notes, and hitting "Publish release"
2423
- [ ] Finish off the release Tweet
2524
- [ ] Close any [Issues](https://github.com/approvals/ApprovalTests.cpp/issues) that were resolved in this release
2625

2726
Prepare for next release
2827

28+
- [ ] Change version number to current version number, and new version number to `$UNSET_VERSION`
2929
- [ ] Make sure the release notes named with the new version exist
3030
- [ ] `cp relnotes_template.md relnotes_X.X.X.md`

build/build_hpp.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ set -o pipefail
77
# Constants
88
UNSET_VERSION="v.X.X.X"
99

10-
LAST_VERSION="v.5.1.0"
11-
VERSION="v.6.0.0"
10+
LAST_VERSION="v.6.0.0"
11+
VERSION=$UNSET_VERSION
1212

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

0 commit comments

Comments
 (0)