Skip to content

Commit ec66e13

Browse files
committed
output changelog
1 parent 7ad412a commit ec66e13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/draft-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
pip install PyGithub
5353
python3 release-tools/release/get_changelog.py ${{ steps.vars.outputs.conan_version }} --format=md > release-notes-${{ steps.vars.outputs.conan_version }}.md 2>&1 || true
5454
55+
- name: Display Changelog Content
56+
run: |
57+
echo "--- Changelog Content ---"
58+
cat release-notes-${{ steps.vars.outputs.conan_version }}.md
59+
echo "-------------------------"
60+
5561
- name: Upload changelog artifact
5662
uses: actions/upload-artifact@v4
5763
with:

0 commit comments

Comments
 (0)