You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-issue-template.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,20 @@ You can see the Kalix Runtime version on prod [on grafana](https://grafana.sre.k
14
14
-[ ] Use the "Generate release notes" button to create [a new release](https://github.com/lightbend/kalix-jvm-sdk/releases/new) with the appropriate tag.
15
15
- Review the generated notes and "Publish release"
16
16
- CI will automatically publish to the repository based on the tag
17
-
- CI will update the docs/kalix-current branch
18
17
19
18
### Check availability
20
19
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
24
22
```shell
25
23
git fetch --tags
26
24
cd docs
27
25
make deploy
28
26
```
29
27
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/.
33
31
34
32
### Fix and publish docs
35
33
@@ -38,15 +36,15 @@ You can see the Kalix Runtime version on prod [on grafana](https://grafana.sre.k
38
36
- [ ] Release the Kalix documentation to get the SDK docs updates published
39
37
40
38
### Update to the latest version
41
-
39
+
42
40
- [ ] 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:
43
41
- `kalix-sdk.version` in the `samples/*/pom.xml` files
44
42
- `kalix-sdk.version` default value in the `samples/scala-*/project/plugins.sbt` files
45
43
- version in `maven-java/**/pom.xml`
46
44
47
45
### Check docs update
48
46
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
50
48
- [ ] Check for the latest version on the [dependency configuration example](https://docs.kalix.io/java-protobuf/index.html#_reference_the_kalix_protobuf_sdks)
0 commit comments