Skip to content

Commit 2c97805

Browse files
author
Charles Daniels
committed
manually trigger 1.7.0 release
1 parent 609a79b commit 2c97805

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,3 +338,13 @@ Based on:
338338
- [java v1.6.0] .
339339
### Releases
340340
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.6.0 - .
341+
342+
## 2024-08-19 16:10:00
343+
### Changes
344+
Based on:
345+
- OpenAPI Doc
346+
- Speakeasy CLI 1.376.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
347+
### Generated
348+
- [java v1.7.0] .
349+
### Releases
350+
- [Maven Central v1.7.0] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.7.0 - .

scripts/check-version-mismatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEN_YAML_VERSION="$(opa eval -f raw -I 'input.java.version' < .speakeasy/gen.yam
1111

1212
RELEASES_MD_VERSION="$(awk '/^### Generated/ {s=1} s==1 && /java v[0-9]/ {s=0; print}' < RELEASES.md | tail -n1 | cut -d'[' -f 2 | cut -d']' -f 1 | cut -d' ' -f2 | tr -d 'v')"
1313

14-
BUILD_GRADLE_VERSION="$(awk '$1 == "version"' < build.gradle | cut -d"'" -f2)"
14+
BUILD_GRADLE_VERSION="$(awk '$1 == "version"' < build.gradle | cut -d'"' -f2 | head -n 1)"
1515

1616
SDK_VERSION="$(awk '$3 == "sdkVersion"' < src/main/java/com/styra/opa/openapi/SDKConfiguration.java | cut -d'"' -f2)"
1717

0 commit comments

Comments
 (0)