We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad412a commit ec66e13Copy full SHA for ec66e13
.github/workflows/draft-release.yml
@@ -52,6 +52,12 @@ jobs:
52
pip install PyGithub
53
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
54
55
+ - name: Display Changelog Content
56
+ run: |
57
+ echo "--- Changelog Content ---"
58
+ cat release-notes-${{ steps.vars.outputs.conan_version }}.md
59
+ echo "-------------------------"
60
+
61
- name: Upload changelog artifact
62
uses: actions/upload-artifact@v4
63
with:
0 commit comments