Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7055b1d

Browse files
committed
Fix release notes check
1 parent e1c802b commit 7055b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ if [[ "$version" == "" ]]; then
7777
version="$(execrelative ./version.sh)"
7878
fi
7979

80-
if [[ -z $release_notes ]]; then
81-
error "No release notes specified, use --release-notes."
80+
if [[ -z $release_notes_file ]]; then
81+
error "No release notes files specified, use --release-notes-file."
8282
fi
8383

8484
# realpath-ify all input files so we can cdroot below.

0 commit comments

Comments
 (0)