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 51debaa commit fe11679Copy full SHA for fe11679
tools/history-update.sh
@@ -9,7 +9,7 @@ git branch -a
9
# We only look at the files that have changed in the current PR, to
10
# avoid problems when the template is changed in a way that is
11
# incompatible with existing documents.
12
-if git log --name-only --pretty= "origin/master.." -- \
+if git log --name-only --pretty= "origin/main.." -- \
13
| grep -q '^docs/source/history.rst$'; then
14
echo "Found a change to history file."
15
exit 0
0 commit comments