diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2787541..ab15595 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: run: | gh release create "${TAG}" \ --title "yt-dlp-ejs ${TAG}" \ - --notes-from-tag \ + --generate-notes \ --verify-tag \ dist/yt.solver.*.js \ dist/yt_dlp_ejs-*.whl \ diff --git a/README.md b/README.md index 4697f0e..3683609 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # yt-dlp-ejs -> [!CAUTION] -> This is currently in development - External JavaScript for yt-dlp supporting many runtimes ## Manual Installation