From ffd1d32592a3453ba00e7b77d9dace4294c49c9e Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Thu, 6 Jun 2024 16:50:36 +0200 Subject: [PATCH] Update release documentation --- development/release.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/development/release.md b/development/release.md index 5dd4166a..318ebcd2 100644 --- a/development/release.md +++ b/development/release.md @@ -2,10 +2,12 @@ To release sdk-java: -* First make sure `service-protocol` and `proto` subtrees are updated to the latest version. See the main [README.md](../README.md#contributing-to-the-sdk) +* First make sure `service-protocol` and `proto` subtrees are updated to the latest version. See the main [README.md](../README.md#contributing) * Change the version to the desired version using the [Bump version workflow](https://github.com/restatedev/sdk-java/actions/workflows/bump.yaml). * Merge the auto generated PR * Wait for CI on main to execute the release * Create the Github Release manually +* Create the release branch if the release is a MAJOR or MINOR with the name `release-MAJOR.MINOR` * Change the version again to the next `-SNAPSHOT` version (e.g. from `0.4.0` to `0.5.0-SNAPSHOT`, from `0.4.1` to `0.5.0-SNAPSHOT`) * Merge the auto generated PR +* Update the sdk-java version the e2e tests is using to the new snapshot: https://github.com/restatedev/e2e/blob/main/gradle/libs.versions.toml