Skip to content

Commit a3a0bb9

Browse files
claremacraeisidore
andcommitted
e Changes for v.3.4.0
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent 9210717 commit a3a0bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/HowToRelease.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
Preparation:
1515

16+
* Push all changes
1617
* Check that the [builds are passing](https://github.com/approvals/ApprovalTests.cpp/commits/master)
17-
* Compile and run all tests locally
1818
* Write summary of changes since last release, based on changes since [the last release](https://github.com/approvals/ApprovalTests.cpp/releases)
1919
* Determine the semantic version number
2020
* Update the version number in [build_hpp.sh](/build/build_hpp.sh)

build/build_hpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -e
88
set -o pipefail
99

10-
LAST_VERSION="v.3.3.0"
10+
LAST_VERSION="v.3.4.0"
1111
VERSION="v.X.X.X"
1212

1313
PUSH_TO_PRODUCTION="true"

0 commit comments

Comments
 (0)