Skip to content

Commit

Permalink
Merge dev into main
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Aug 9, 2023
2 parents f495b01 + 311eda2 commit 66aecd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
if: steps.build_changelog.outputs.changes > 0
run: |
CURRENT_DATE=$(date +'%Y-%m-%d')
BRANCH_URL=https://github.com/$GITHUB_REPOSITORY/tree/${{ github.ref_name }}
echo -e "<br/>\n" > CURRENT_CHANGELOG.md
echo "## Release ${{ github.ref_name }}" >> CURRENT_CHANGELOG.md
echo "## Release [${{ github.ref_name }}]($BRANCH_URL)" >> CURRENT_CHANGELOG.md
echo "Generated on $CURRENT_DATE" >> CURRENT_CHANGELOG.md
cat CURRENT_CHANGELOG.md CHANGELOG_BODY.md >> TEMP_CHANGELOG.md
cat TEMP_CHANGELOG.md CHANGELOG.md > NEW_CHANGELOG.md
Expand Down

0 comments on commit 66aecd6

Please sign in to comment.