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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@
8
8
When the workflow runs successfully, it will have created a `RELEASE-X.Y.Z` branch.
9
9
Additionally, the workflow will create a few PRs:
10
10
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)
13
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
-
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)
15
15
16
16
Lastly, the workflow also creates a new draft release and an according tag.
17
17
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
20
20
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
-
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).
24
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.
0 commit comments