This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 7fdc888f Remove sonatype commands that shouldn't be run in release 
process
7fdc888f is described below

commit 7fdc888f56fa72a698ce2560c016b947f09094c0
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Jul 26 14:26:35 2023 +0200

    Remove sonatype commands that shouldn't be run in release process
---
 build.sbt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/build.sbt b/build.sbt
index c53d9b46..7d713949 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,6 +16,12 @@ ThisBuild / apacheSonatypeProjectProfile := "pekko"
 sourceDistName := "apache-pekko-connectors-kafka"
 sourceDistIncubating := true
 
+commands := commands.value.filterNot { command =>
+  command.nameOption.exists { name =>
+    name.contains("sonatypeRelease") || name.contains("sonatypeBundleRelease")
+  }
+}
+
 TaskKey[Unit]("verifyCodeFmt") := {
   
javafmtCheckAll.all(ScopeFilter(inAnyProject)).result.value.toEither.left.foreach
 { _ =>
     throw new MessageOnlyException(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to