Skip to content

Commit

Permalink
merge: #11131
Browse files Browse the repository at this point in the history
11131: [Backport stable/8.1] Run spotless before the release version updates are committed r=remcowesterhoud a=backport-action

# Description
Backport of #11125 to `stable/8.1`.

relates to #10602

Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
  • Loading branch information
zeebe-bors-camunda[bot] and remcowesterhoud authored Nov 29, 2022
2 parents 8584d58 + 2f5effd commit b676f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/scripts/release/maven-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ mvn -s ${MAVEN_SETTINGS_XML} release:prepare release:perform -B \
-DpushChanges=${PUSH_CHANGES} \
-DremoteTagging=${PUSH_CHANGES} \
-DlocalCheckout=${SKIP_DEPLOY} \
-DcompletionGoals="spotless:apply" \
-P!autoFormat \
-Darguments='--settings=${MAVEN_SETTINGS_XML} -P-autoFormat -DskipChecks=true -DskipTests=true -Dgpg.passphrase="${GPG_PASS}" -Dskip.central.release=${SKIP_DEPLOY} -Dskip.camunda.release=${SKIP_DEPLOY} -Dzbctl.force -Dzbctl.rootDir=${ZBCTL_ROOT_DIR}'
-Darguments='--settings=${MAVEN_SETTINGS_XML} -P-autoFormat -DskipChecks=true -DskipTests=true -Dspotless.apply.skip=false -Dgpg.passphrase="${GPG_PASS}" -Dskip.central.release=${SKIP_DEPLOY} -Dskip.camunda.release=${SKIP_DEPLOY} -Dzbctl.force -Dzbctl.rootDir=${ZBCTL_ROOT_DIR}'

0 comments on commit b676f0a

Please sign in to comment.