Skip to content

Commit

Permalink
way to update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Dec 27, 2023
1 parent 73f4a6f commit e823675
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,13 @@ jobs:
)
- run: |
gh release edit v0.0.14 --notes "fsjvbhe"
RELEASE_TAG=$(git describe --tags --abbrev=0)
RELEASE_ID=$(gh release view $RELEASE_TAG --json id -q .id)
gh release edit $RELEASE_ID --notes <<EOF
Your multiline
release notes here.
EOF
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
Expand Down

0 comments on commit e823675

Please sign in to comment.