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 a684963 commit a18d32cCopy full SHA for a18d32c
.github/workflows/hooks/pre-prepare-release.sh
@@ -4,5 +4,5 @@ do
4
done < <(find samples/ -name pom.xml -print0)
5
git commit -a -m "Update dependencies in samples"
6
7
-jbang .github/updateReadme.java "${CURRENT_VERSION}" "${NEXT_VERSION}"
8
-git commit -a -m "Update README"
+jbang .github/updateReadme.java "${CURRENT_VERSION}"
+git commit -a -m "Update README to ${CURRENT_VERSION}"
0 commit comments