Thanks to visit codestin.com Credit goes to github.com
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 e1c802b commit 7055b1dCopy full SHA for 7055b1d
scripts/release/publish.sh
@@ -77,8 +77,8 @@ if [[ "$version" == "" ]]; then
77
version="$(execrelative ./version.sh)"
78
fi
79
80
-if [[ -z $release_notes ]]; then
81
- error "No release notes specified, use --release-notes."
+if [[ -z $release_notes_file ]]; then
+ error "No release notes files specified, use --release-notes-file."
82
83
84
# realpath-ify all input files so we can cdroot below.
0 commit comments