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 24
24
mvn -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -Pprepare-release
25
25
git config --global user.email "project.openubl.preview.bot@gmail.com"
26
26
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"
28
28
git push origin HEAD:master
29
29
30
30
# OSSRH
79
79
mvn -B versions:set versions:commit -DnewVersion=$NEXT_VERSION -Pprepare-release
80
80
git config --global user.email "project.openubl.preview.bot@gmail.com"
81
81
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"
83
83
git push origin HEAD:master
You can’t perform that action at this time.
0 commit comments