1
0
Fork 0

[build] Use workflow_dispatch for release

This commit is contained in:
pukkandan 2021-11-29 22:35:23 +05:30
commit 75b725a7cc
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 36 additions and 21 deletions

View file

@ -7,10 +7,8 @@
* Update Changelog.md and CONTRIBUTORS
* Change "Merged with ytdl" version in Readme.md if needed
* Add new/fixed extractors in "new features" section of Readme.md
* Commit as `Release <version>`
* Push to origin/release using `git push origin master:release`
build task will now run
* Commit as `Release <version>` and push to master
* Dispatch the workflow https://github.com/yt-dlp/yt-dlp/actions/workflows/build.yml on master
-->