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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new d95fb4a0 Remove sonatype commands that shouldn't be run in release
process
d95fb4a0 is described below
commit d95fb4a04031b960d4c4e469e405d473df7f2a2a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Jul 26 14:47:16 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 4e079616..1a1eac37 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,6 +20,12 @@ sourceDistName := "apache-pekko-grpc"
sourceDistIncubating := true
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
+commands := commands.value.filterNot { command =>
+ command.nameOption.exists { name =>
+ name.contains("sonatypeRelease") || name.contains("sonatypeBundleRelease")
+ }
+}
+
val pekkoPrefix = "pekko-grpc"
val pekkoGrpcRuntimeName = s"$pekkoPrefix-runtime"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]