diff options
author | garret1317 <garret@airmail.cc> | 2025-05-24 20:40:08 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-05-24 20:40:19 +0100 |
commit | ff7d954fd1ecb7b99e5a2afe1b4fe3b9a760aec0 (patch) | |
tree | 20acc945623ff13dfc96804fd35504d12f15e145 | |
parent | a659b48a20b6241a68fc046c86c9ad0f71c9bd86 (diff) | |
download | yt-dlp-rajiko-ff7d954fd1ecb7b99e5a2afe1b4fe3b9a760aec0.tar.gz yt-dlp-rajiko-ff7d954fd1ecb7b99e5a2afe1b4fe3b9a760aec0.tar.bz2 yt-dlp-rajiko-ff7d954fd1ecb7b99e5a2afe1b4fe3b9a760aec0.zip |
update release instructions
-rw-r--r-- | misc/how to do a release | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/how to do a release b/misc/how to do a release index ad238db..cfd495b 100644 --- a/misc/how to do a release +++ b/misc/how to do a release @@ -8,8 +8,8 @@ python3 -m build and then put BOTH items from `dist` into the pip index dir - ~/site2/yt-dlp-rajiko/pip/yt-dlp-rajiko/ because without the .whl pip has to "build" it itself, with all the stuff that needs to be installed for that to work -update the pip index html -update the dl/ "latest" symlinks + +run script to update the pip index html and the dl/ "latest" symlinks ## update the changelog file @@ -19,6 +19,7 @@ write in html, paste into the feed xml like <![CDATA[ stuff ]]> make sure to set the link, date +(git log --pretty --date=rfc2822) include the pip instructions, sha256sum etc ## update the website |