Fix patch release process (#6893)

Same as
https://github.com/open-telemetry/opentelemetry-java-contrib/pull/538
This commit is contained in:
Trask Stalnaker 2022-10-18 12:02:02 -07:00 committed by GitHub
parent ceb6975d17
commit 465d4d3f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash -e
grep -Po "val stableVersion = \"\K[0-9]+.[0-9]+.0" version.gradle.kts
grep -Po "val stableVersion = \"\K[0-9]+.[0-9]+.[0-9]+" version.gradle.kts