Skip to content

Commit

Permalink
Adding '-alpha' to all modules' versions (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad authored Apr 9, 2024
1 parent 58879c9 commit 301a229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android-agent/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

plugins {
id("otel.android-library-conventions")
id("otel.publish-conventions")
}

// This submodule is alpha and is not yet intended to be used by itself
version = project.version.toString().replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")

android {
namespace = "io.opentelemetry.android"

Expand Down
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/otel.publish-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id("signing")
}

version = project.version.toString().replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")

val isARelease = System.getenv("CI") != null

val android = extensions.findByType(LibraryExtension::class.java)
Expand Down

0 comments on commit 301a229

Please sign in to comment.