We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d990ce7 commit 07bc31cCopy full SHA for 07bc31c
dev/release/post-05-update-gh-release-notes.sh
@@ -20,7 +20,7 @@
20
set -e
21
set -o pipefail
22
23
-if [ "$#" -ne 2 ]; then
+if [ "$#" -ne 1 ]; then
24
echo "Usage: $0 <version>"
25
exit 1
26
fi
@@ -39,4 +39,4 @@ SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
39
# Update the Release Notes section
40
RELEASE_NOTES_URL="https://arrow.apache.org/release/${VERSION}.html"
41
RELEASE_NOTES="Release Notes URL: ${RELEASE_NOTES_URL}"
42
-gh release edit ${TAG} --repo ${REPOSITORY} --notes "{RELEASE_NOTES}" --verify-tag
+gh release edit ${TAG} --repo ${REPOSITORY} --notes "${RELEASE_NOTES}" --verify-tag
0 commit comments