File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 mvn -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -Pprepare-release
2525 git config --global user.email "project.openubl.preview.bot@gmail.com"
2626 git config --global user.name "Project-Openubl Bot"
27- git commit --allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
27+ git commit --signoff -- allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
2828 git push origin HEAD:master
2929
3030 # OSSRH
7979 mvn -B versions:set versions:commit -DnewVersion=$NEXT_VERSION -Pprepare-release
8080 git config --global user.email "project.openubl.preview.bot@gmail.com"
8181 git config --global user.name "Project-Openubl Bot"
82- git commit -a -m "⬆️ Next version $NEXT_VERSION"
82+ git commit --signoff - a -m "⬆️ Next version $NEXT_VERSION"
8383 git push origin HEAD:master
You can’t perform that action at this time.
0 commit comments