Skip to content

Commit 1e1516d

Browse files
0.4.1: Essentially empty commit to fix upgrade tests
Fixes DACH-NY/cn-test-failures#4495 This will produce a new commit on the release line branch that will not be on main, and so `get-snapshot-version` will correctly report `0.4.1` as the version to deploy. [force] Signed-off-by: Martin Florian <martin.florian@digitalasset.com>
1 parent edb2291 commit 1e1516d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/get-release-if-on-release-branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi
1717

1818
# Check if we are on a commit that is on a release branch but not on the main branch.
1919
# (when checking out Splice as a submodule, we might be losing the branch information).
20+
#
2021
sha=$(git rev-parse HEAD)
2122
if ! (git branch -r --contains "$sha" | grep -q "\borigin/main\b"); then
2223
if [[ $(git branch -r --contains "$sha") =~ origin/release-line-[0-9]+\.[0-9]+\.[0-9]+ ]]; then

0 commit comments

Comments
 (0)