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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 7937e3b Remove sonatype commands that shouldn't be run in release
process
7937e3b is described below
commit 7937e3bc7c72b918c9cfe8f834c166b23d5363e7
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Jul 26 14:32:43 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 f5a862f..1685b43 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,6 +16,12 @@ ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "apache-pekko-persistence-jdbc"
sourceDistIncubating := true
+commands := commands.value.filterNot { command =>
+ command.nameOption.exists { name =>
+ name.contains("sonatypeRelease") || name.contains("sonatypeBundleRelease")
+ }
+}
+
lazy val `pekko-persistence-jdbc` = project
.in(file("."))
.enablePlugins(ScalaUnidocPlugin)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]