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 ab1c00da Set version scheme
ab1c00da is described below
commit ab1c00da62b402235f2edbdb1fcc8bc01bb94f91
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 00:19:08 2023 +0200
Set version scheme
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index fb9ed8a3..104244d0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,6 +7,7 @@ import sbt.Keys.scalaVersion
ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubating-pekko-grpc"
+ThisBuild / versionScheme := Some("semver-spec")
val pekkoPrefix = "pekko-grpc"
val pekkoGrpcRuntimeName = s"$pekkoPrefix-runtime"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]