Skip to content

Commit 45d9d09

Browse files
Update .github/workflows/prepare-release.yaml
Co-authored-by: Charles Dubois <[email protected]>
1 parent 54861d3 commit 45d9d09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ jobs:
146146
147147
PR_URL=$(gh pr create --title "feat: Release ${{ needs.bump-version.outputs.release-version }}" --body "## TODOs
148148
- [ ] Review the changes in [the release commit]($COMMIT_URL)
149-
- [ ] Review the [Draft Release](${{ needs.create-release.outputs.release-url }})
149+
- [ ] Add release notes to 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)
152151
- [ ] Trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yaml)
153152
- [ ] 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.")
154153
echo "PR_URL=$PR_URL" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)