Skip to content

Commit 2ccef6a

Browse files
authored
build: Update what does not work in release flow (#2287)
* build: Update what does not work in release flow * one thing fixed
1 parent 24a3f44 commit 2ccef6a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/release-issue-template.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,20 @@ You can see the Kalix Runtime version on prod [on grafana](https://grafana.sre.k
1414
- [ ] Use the "Generate release notes" button to create [a new release](https://github.com/lightbend/kalix-jvm-sdk/releases/new) with the appropriate tag.
1515
- Review the generated notes and "Publish release"
1616
- CI will automatically publish to the repository based on the tag
17-
- CI will update the docs/kalix-current branch
1817

1918
### Check availability
2019

21-
- [ ] Check that [`docs/kalix-current`](https://github.com/lightbend/kalix-jvm-sdk/commits/docs/kalix-current) has been updated
22-
- The workflow has been failing (possibly for expired secrets).
23-
- Alternatively, to update that branch, run this locally
20+
- [ ] Manually update [`docs/kalix-current`](https://github.com/lightbend/kalix-jvm-sdk/commits/docs/kalix-current) (There is a workflow but that has been failing, possibly for expired secrets)
21+
- To update that branch, run this locally
2422
```shell
2523
git fetch --tags
2624
cd docs
2725
make deploy
2826
```
2927

30-
- [ ] Check the release on [Maven Central](https://repo1.maven.org/maven2/io/kalix/kalix-java-sdk-protobuf-parent/)
31-
- [ ] 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`
32-
- [ ] Check the version is listed on our [repo.akka.io](https://repo.akka.io/maven/io/kalix/kalix-java-sdk-protobuf-parent/).
28+
- [ ] Check the released artifacts
29+
- [ ] Check the parent pom version is available at maven central https://repo1.maven.org/maven2/io/kalix/kalix-java-sdk-protobuf-parent/
30+
- [ ] Check the version is listed in our own https://repo.akka.io/maven/io/kalix/kalix-jvm-core-sdk/.
3331

3432
### Fix and publish docs
3533

@@ -38,15 +36,15 @@ You can see the Kalix Runtime version on prod [on grafana](https://grafana.sre.k
3836
- [ ] Release the Kalix documentation to get the SDK docs updates published
3937

4038
### Update to the latest version
41-
39+
4240
- [ ] Review and merge PR created by bot (should appear [here](https://github.com/lightbend/kalix-jvm-sdk/pulls?q=is%3Apr+is%3Aopen+auto+pr+)). While reviewing confirm the release version is updated for:
4341
- `kalix-sdk.version` in the `samples/*/pom.xml` files
4442
- `kalix-sdk.version` default value in the `samples/scala-*/project/plugins.sbt` files
4543
- version in `maven-java/**/pom.xml`
4644

4745
### Check docs update
4846

49-
- [ ] Check for [updated docs](https://docs.kalix.io/index.html) (see the timestamp on the bottom of the page)
47+
- [ ] Check for [updated docs](https://docs.kalix.io/index.html) (see the timestamp on the bottom of the page) - no longer there
5048
- [ ] Check for the latest version on the [dependency configuration example](https://docs.kalix.io/java-protobuf/index.html#_reference_the_kalix_protobuf_sdks)
5149

5250
### Announcements

0 commit comments

Comments
 (0)