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 3241462 commit b9cfd1eCopy full SHA for b9cfd1e
scripts/raise_pr.sh
@@ -18,11 +18,11 @@ echo Input3 ${GITHUB_ACCESS_TOKEN}
18
git clone https://github.com/githubNinja/${MODULE_TO_BUMP}.git
19
echo "current dir::" `pwd`
20
mvn versions:set -DnewVersion=${VERSION_TO_BUMP}
21
-echo list here `ls`
+echo list here2 `ls`
22
cd ..
23
+echo "git checkout"
24
git checkout -b bump-githubNinja-patch-1
25
echo list here2 `ls`
-echo "git status"
26
git status
27
git add pom.xml
28
git commit -m "chore:bump ${MODULE_TO_BUMP}"
0 commit comments