Skip to content

Commit

Permalink
cd: fix the step of generate release version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 18, 2024
1 parent 8fe24b3 commit 90dd0a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,12 @@ jobs:
esac
done
echo "" >> release_notes.md
echo "## New contributors" >> release_notes.md
git log --format="%an" ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }} | sort -u >> release_notes.md
echo "" >> release_notes.md
echo "## Contributors" >> release_notes.md
git log --format="%an" | sort -u >> release_notes.md
echo "" >> release_notes.md
echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.latest_tag.outputs.latest_tag }}" >> changelog.md
continue-on-error: false

Expand Down

0 comments on commit 90dd0a5

Please sign in to comment.