diff --git a/build/HowToRelease.md b/build/HowToRelease.md index 2a27e64b8..850e02b26 100644 --- a/build/HowToRelease.md +++ b/build/HowToRelease.md @@ -18,7 +18,6 @@ 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 @@ -26,5 +25,6 @@ Publishing 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` diff --git a/build/build_hpp.sh b/build/build_hpp.sh index 7db612484..5e7e59dca 100755 --- a/build/build_hpp.sh +++ b/build/build_hpp.sh @@ -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 diff --git a/build/relnotes_X.X.X.md b/build/relnotes_6.0.0.md similarity index 100% rename from build/relnotes_X.X.X.md rename to build/relnotes_6.0.0.md