Skip to content

Commit

Permalink
chore: docs releasing workaround (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Dec 17, 2024
1 parent 6b9104b commit b30f522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ You can see the Kalix Runtime version on prod [on grafana](https://grafana.sre.k
### Check availability

- [ ] Check that [`docs/kalix-current`](https://github.com/lightbend/kalix-jvm-sdk/commits/docs/kalix-current) has been updated
- The workflow has been failing (possibly for expired secrets).
- Alternatively, to update that branch, run this locally
```shell
git fetch --tags
cd docs
make deploy
```

- [ ] Check the release on [Maven Central](https://repo1.maven.org/maven2/io/kalix/kalix-java-sdk-protobuf-parent/)
- [ ] Check the pom is served via `https://repo.akka.io/maven/io/kalix/kalix-java-sdk-protobuf-parent/<version>/kalix-java-sdk-protobuf-parent-<version>.pom`
- [ ] Check the version is listed on our [repo.akka.io](https://repo.akka.io/maven/io/kalix/kalix-java-sdk-protobuf-parent/).
Expand Down

0 comments on commit b30f522

Please sign in to comment.