Skip to content

Commit

Permalink
chore: disable release notes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Apr 13, 2023
1 parent 6b99071 commit f4406ed
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
tag_name: ${{ steps.release_info.outputs.tag_name }}
release_name: ${{ steps.release_info.outputs.release_name }}
release_notes: ${{ steps.extract_release_notes.outputs.release_notes }}
# release_notes: ${{ steps.extract_release_notes.outputs.release_notes }}

steps:
- name: Checkout
Expand All @@ -28,9 +28,9 @@ jobs:
echo "tag_name=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
echo "release_name=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
- name: Extract release notes
id: extract_release_notes
run: echo "release_notes=\"$(sed -n '/^## .*$/,$p' CHANGELOG.md | sed '1d;/^## /,$d')\"" >> $GITHUB_OUTPUT
# - name: Extract release notes
# id: extract_release_notes
# run: echo "release_notes=\"$(sed -n '/^## .*$/,$p' CHANGELOG.md | sed '1d;/^## /,$d')\"" >> $GITHUB_OUTPUT

release:
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
Expand Down Expand Up @@ -133,6 +133,5 @@ jobs:
with:
name: ${{ needs.prepare.outputs.release_name }}
tag_name: ${{ needs.prepare.outputs.tag_name }}
body: ${{ needs.prepare.outputs.release_notes }}
files: |
${{ steps.artifacts.outputs.file_name }}

0 comments on commit f4406ed

Please sign in to comment.