diff --git a/build/HowToRelease.md b/build/HowToRelease.md index 6f6e63921..ffed38597 100644 --- a/build/HowToRelease.md +++ b/build/HowToRelease.md @@ -13,8 +13,8 @@ Preparation: +* Push all changes * Check that the [builds are passing](https://github.com/approvals/ApprovalTests.cpp/commits/master) -* Compile and run all tests locally * Write summary of changes since last release, based on changes since [the last release](https://github.com/approvals/ApprovalTests.cpp/releases) * Determine the semantic version number * Update the version number in [build_hpp.sh](/build/build_hpp.sh) diff --git a/build/build_hpp.sh b/build/build_hpp.sh index 09afc5547..e4a7fd035 100755 --- a/build/build_hpp.sh +++ b/build/build_hpp.sh @@ -7,7 +7,7 @@ set -e set -o pipefail -LAST_VERSION="v.3.3.0" +LAST_VERSION="v.3.4.0" VERSION="v.X.X.X" PUSH_TO_PRODUCTION="true"