diff options
author | garret1317 <garret@airmail.cc> | 2025-06-09 06:20:50 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-06-09 06:20:50 +0100 |
commit | 7c5754a50966fe2a374353b5908e667142985788 (patch) | |
tree | f090dae5e7403bb32e8d00219a8adf6926e93a52 /misc | |
parent | f70e21a523074455a7ca0193e5c722bfe579aae6 (diff) | |
download | yt-dlp-rajiko-7c5754a50966fe2a374353b5908e667142985788.tar.gz yt-dlp-rajiko-7c5754a50966fe2a374353b5908e667142985788.tar.bz2 yt-dlp-rajiko-7c5754a50966fe2a374353b5908e667142985788.zip |
remove command from brackets to make it easier to copy
Diffstat (limited to 'misc')
-rw-r--r-- | misc/how to do a release | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/how to do a release b/misc/how to do a release index 785533e..82ea9ec 100644 --- a/misc/how to do a release +++ b/misc/how to do a release @@ -18,7 +18,9 @@ write in html, paste into the feed xml like <![CDATA[ stuff ]]> make sure to set the link, date -(git log --pretty --date=rfc2822) +to get date use: +git log --pretty --date=rfc2822 + include the pip instructions, sha256sum etc |