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 d976228 commit e6f79dcCopy full SHA for e6f79dc
.github/workflows/create_archive_and_notes.sh
@@ -17,8 +17,8 @@ set -o errexit -o nounset -o pipefail
17
18
# Exclude dot directories, specifically, this file so that we don't
19
# find the substring we're looking for in our own file.
20
-# Exclude CONTRIBUTING.md because it documents how to use these strings.
21
-if grep --exclude=CONTRIBUTING.md --exclude-dir=.* VERSION_NEXT_ -r; then
+# Exclude CONTRIBUTING.md, RELEASING.md because they document how to use these strings.
+if grep --exclude=CONTRIBUTING.md --exclude=RELEASING.md --exclude-dir=.* VERSION_NEXT_ -r; then
22
echo
23
echo "Found VERSION_NEXT markers indicating version needs to be specified"
24
exit 1
0 commit comments