From dd79f2857fb729401402c445348ffea3b5484e72 Mon Sep 17 00:00:00 2001 From: Jonas Israel Date: Wed, 26 Aug 2026 10:49:08 +0200 Subject: [PATCH 1/2] fix: [DevOps] Improve release guideline --- docs/how-to/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/release.md b/docs/how-to/release.md index 8e9606ec8..d7c65ab43 100644 --- a/docs/how-to/release.md +++ b/docs/how-to/release.md @@ -20,8 +20,8 @@ All of these things will be linked in the Code PR, so that they can be found eas As the second to last step, you will trigger the [Perform Release Workflow](https://github.com/SAP/cloud-sdk-java/actions/workflows/perform-release.yml). -This workflow will take care of merging the PRs and creates a **staging release** in [Sonatype](https://central.sonatype.com/publishing/deployments). -As the very last step, once the _Perform Release_ workflow has finished successfully, you need to log into _Sonatype_ and publish the staging release using the `Technical User for Releases` account. +This workflow will take care of merging the PRs and after that uploads and publishes the release artifacts on [Sonatype](https://central.sonatype.com/publishing/deployments). +As the very last step, once the _Perform Release_ workflow has finished successfully, you can to log into _Sonatype_ and confirm the successful release using the `Technical User for Releases` account. That's it! The new version should be available for consumers within a few hours. From f2469c69b799b480b98970e9f78fa5f564f62652 Mon Sep 17 00:00:00 2001 From: Jonas Israel Date: Wed, 26 Aug 2026 10:49:55 +0200 Subject: [PATCH 2/2] fix --- docs/how-to/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/release.md b/docs/how-to/release.md index d7c65ab43..6d64338ce 100644 --- a/docs/how-to/release.md +++ b/docs/how-to/release.md @@ -21,7 +21,7 @@ All of these things will be linked in the Code PR, so that they can be found eas As the second to last step, you will trigger the [Perform Release Workflow](https://github.com/SAP/cloud-sdk-java/actions/workflows/perform-release.yml). This workflow will take care of merging the PRs and after that uploads and publishes the release artifacts on [Sonatype](https://central.sonatype.com/publishing/deployments). -As the very last step, once the _Perform Release_ workflow has finished successfully, you can to log into _Sonatype_ and confirm the successful release using the `Technical User for Releases` account. +As the very last step, once the _Perform Release_ workflow has finished successfully, you can log into _Sonatype_ and confirm the successful release using the `Technical User for Releases` account. That's it! The new version should be available for consumers within a few hours.