Skip to content

Commit a960508

Browse files
include release notes
1 parent 03d7c57 commit a960508

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-platform-branch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ jobs:
115115
env:
116116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117117
run: |
118+
RELEASE_NOTES=$(gh release view protocol/go/$LATEST_TAG --repo opentdf/platform --json body --jq '.body')
118119
cat <<EOF > pr_body.txt
119120
This PR updates the platform.branch property in all pom.xml files to the new tag or branch: $LATEST_TAG.
120121
121-
See the release: https://github.com/opentdf/platform/releases/tag/$LATEST_TAG
122+
See the release: https://github.com/opentdf/platform/releases/tag/protocol%2Fgo%2F$LATEST_TAG
122123
123124
Release Notes:
124125
$RELEASE_NOTES

0 commit comments

Comments
 (0)