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 aa3fa93 commit f77221dCopy full SHA for f77221d
scripts/propagate.sh
@@ -47,6 +47,7 @@ for version in "${all_versions[@]}"; do
47
read -rs -n1
48
fi
49
if (git add . && git commit -m "Merge $our_version into $version" &>/dev/null); then
50
+ echo
51
git push -u origin propagations/$version:$version &>/dev/null
52
else
53
echo -e "\b\b\b\bnothing to merge"
0 commit comments