Skip to content

Commit

Permalink
Update release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jun 6, 2024
1 parent c864677 commit ffd1d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffd1d32

Please sign in to comment.