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 2be909c commit c1860d7Copy full SHA for c1860d7
hack/make-release.sh
@@ -21,7 +21,7 @@ sed -i "s/^VERSION=.*/VERSION=${VERSION}/" docs/install.md
21
22
git switch main
23
24
-git commit -S -m "Update documentation for Release ${VERSION}" docs/install.md README.md
+git commit -S -m "Update documentation for Release ${VERSION}" docs/install.md README.md || true
25
git tag -s ${VERSION} -m "Release ${VERSION}"
26
git push ${remote} refs/heads/main
27
git push --tags ${remote} refs/tags/${VERSION}
0 commit comments