Skip to content

Commit 8db92d8

Browse files
fix: [DevOps] Fix release guide links (#1214)
1 parent ccf65d5 commit 8db92d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/how-to/release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
When the workflow runs successfully, it will have created a `RELEASE-X.Y.Z` branch.
99
Additionally, the workflow will create a few PRs:
1010

11-
1. One to update our JavaDocs in [the Documentation Repository](https://github.com/sap/cloud-sdk)
12-
2. Another one to update our release notes, also in [the Documentation Repository](https://github.com/sap/cloud-sdk)
11+
1. One to update our JavaDocs in [the Documentation Repository](https://github.com/SAP/cloud-sdk/pulls)
12+
2. Another one to update our release notes, also in [the Documentation Repository](https://github.com/SAP/cloud-sdk/pulls)
1313
* **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-
3. A third one for the actual changes in [the Code Repository](https://github.com/sap/cloud-sdk-java)
14+
3. A third one for the actual changes in [the Code Repository](https://github.com/SAP/cloud-sdk-java/pulls)
1515

1616
Lastly, the workflow also creates a new draft release and an according tag.
1717
All of these things will be linked in the Code PR, so that they can be found easily.
@@ -20,7 +20,7 @@ All of these things will be linked in the Code PR, so that they can be found eas
2020

2121
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).
2222

23-
This workflow will take care of merging the PRs and creates a **staging release** in [Sonatype](https://oss.sonatype.org/).
23+
This workflow will take care of merging the PRs and creates a **staging release** in [Sonatype](https://central.sonatype.com/publishing/deployments).
2424
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.
2525

2626
That's it!

0 commit comments

Comments
 (0)