Skip to content

Commit 812ea48

Browse files
committed
fix
1 parent dcaa3f8 commit 812ea48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/make-release-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -eo pipefail
33

44
# This script takes a major.minor.patch version and
55
# - updates the antora.yml file accordingly

scripts/publish-new-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -eo pipefail
33

44
# This script updates all the playbook files with the new branches for a given version.
55
# The version should be given as major.minor.

0 commit comments

Comments
 (0)