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/how-to/release.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release the SAP Cloud SDK for Java to Maven Central
2
2
3
-
- In GitHub, go to the [Prepare Release](https://github.com/SAP/cloud-sdk-java/actions/workflows/prepare_release.yml) Workflow.
3
+
- In GitHub, go to the [Prepare Release](https://github.com/SAP/cloud-sdk-java/actions/workflows/prepare-release.yaml) Workflow.
4
4
- Click **Run workflow** drop-down.
5
5
- Optional: Enter the desired version in the **Release version** field. If not provided, the current snapshot version will be used.
6
6
- Optional: Enter the branch name to release from. By default, this is our `main` branch.
@@ -10,7 +10,7 @@ Additionally, the workflow will create a few PRs:
10
10
11
11
1. One to update our JavaDocs in [the Documentation Repository](https://github.com/sap/cloud-sdk)
12
12
2. Another one to update our release notes, also in [the Documentation Repository](https://github.com/sap/cloud-sdk)
13
-
***Note** As we are splitting our release notes every 15 minor versions, some manual adjustment might be needed
13
+
***Note** As we are splitting our release notes every 15 minor versions, some manual adjustment might be needed to both `index.jsx` and `release-notes.mdx`
14
14
3. A third one for the actual changes in [the Code Repository](https://github.com/sap/cloud-sdk-java)
15
15
16
16
Lastly, the workflow also creates a new draft release and an according tag.
@@ -21,7 +21,7 @@ All of these things will be linked in the Code PR, so that they can be found eas
21
21
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).
22
22
23
23
This workflow will take care of merging the PRs and creates a **staging release** in [Sonatype](https://oss.sonatype.org/).
24
-
As the very last step, once the _Perform Release_ workflow has finished successfully, you need to log into _Sonatype_ and publish the staging release.
24
+
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.
25
25
26
26
That's it!
27
27
The new version should be available for consumers within a few hours.
0 commit comments