Skip to content

Commit 54861d3

Browse files
author
I750911
committed
added checkbox for copying release notes to GH to correct workflow
1 parent 07d6873 commit 54861d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
- [ ] Review the changes in [the release commit]($COMMIT_URL)
149149
- [ ] Review the [Draft Release](${{ needs.create-release.outputs.release-url }})
150150
- [ ] Review **and approve** this PR
151+
- [ ] For release: corresponding [release notes](https://github.com/SAP/ai-sdk-java/blob/main/docs/release-notes/release-notes-0-to-14.md) copied to [GitHub Releases](https://github.com/SAP/ai-sdk-java/releases)
151152
- [ ] Trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yaml)
152153
- [ ] Once the `Perform Release` workflow is through, head over to the [Central Sonatype](https://central.sonatype.com/publishing/deployments) and log in with the credentials in the Team Password Safe. There should be a published release.")
153154
echo "PR_URL=$PR_URL" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)