]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/publish.yml
[devscripts] `make_changelog`: Various improvements
[yt-dlp.git] / .github / workflows / publish.yml
index 3ca5c699246233294c04d95df63d077735b25a5f..9ebf54e7fc48a5cf0c0186d1e595d03c92ef6069 100644 (file)
@@ -54,9 +54,7 @@ jobs:
           cat >> ./RELEASE_NOTES << EOF
           #### A description of the various files are in the [README](https://github.com/yt-dlp/yt-dlp#release-files)
           ---
-          <details><summary><h3>Changelog</h3></summary>
-          $(python ./devscripts/make_changelog.py -vv)
-          </details>
+          $(python ./devscripts/make_changelog.py -vv --collapsible)
           EOF
           printf '%s\n\n' '**This is an automated nightly pre-release build**' >> ./NIGHTLY_NOTES
           cat ./RELEASE_NOTES >> ./NIGHTLY_NOTES