We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaa3f8 commit 812ea48Copy full SHA for 812ea48
scripts/make-release-branch.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-set -euo pipefail
+set -eo pipefail
3
4
# This script takes a major.minor.patch version and
5
# - updates the antora.yml file accordingly
scripts/publish-new-version.sh
# This script updates all the playbook files with the new branches for a given version.
# The version should be given as major.minor.
0 commit comments