Skip to content

Commit

Permalink
📝 Simplify changelog on the GitHub Release page
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 26, 2024
1 parent d8a8359 commit f70b4a0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1692,15 +1692,12 @@ jobs:

- name: Prepare the release notes file for the GitHub Releases
run: |
echo '## ${{
needs.pre-setup.outputs.git-tag
}}' | tee -a release-notes.md
echo '## 📝 Release notes' | tee -a release-notes.md
echo | tee -a release-notes.md
echo | tee -a release-notes.md
echo '📦 This release is published to' | tee -a release-notes.md
echo 'https://pypi.org/project/ansible-pylibssh/${{
echo '📦 PyPI page: https://pypi.org/project/ansible-pylibssh/${{
needs.pre-setup.outputs.dist-version
}}.' | tee -a release-notes.md
}}' | tee -a release-notes.md
echo | tee -a release-notes.md
echo | tee -a release-notes.md
echo '🔗 This release has been produced by ' \
Expand All @@ -1710,10 +1707,9 @@ jobs:
github.repository
}}/actions/runs/${{
github.run_id
}}.' | tee -a release-notes.md
}}' | tee -a release-notes.md
echo | tee -a release-notes.md
echo | tee -a release-notes.md
echo '## 📝 Release notes' | tee -a release-notes.md
cat '${{
needs.pre-setup.outputs.changelog-draft-name-md
}}' | tee -a release-notes.md
Expand Down

0 comments on commit f70b4a0

Please sign in to comment.