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 a9c8739 commit 425e55eCopy full SHA for 425e55e
ci/documentation.sh
@@ -29,5 +29,6 @@ done
29
pushd cf-java-client-documentation
30
git config --local user.name "Spring Buildmaster"
31
git config --local user.email "buildmaster@springframework.org"
32
- git commit -m "$VERSION Documentation Update"
+ git add .
33
+ git commit --message "$VERSION Documentation Update"
34
popd
0 commit comments