diff options
author | garret1317 <garret@airmail.cc> | 2025-01-22 13:07:47 +0000 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-01-22 13:07:47 +0000 |
commit | 1dde2b60989352f9190f3d30f644c30cb2bf2a46 (patch) | |
tree | 411c22b133e542ed7ac7b9d07c50d5dd4e06a1ce | |
parent | 5b069ee39394d927fa553902cd9767a7d5b1bfc2 (diff) | |
download | yt-dlp-rajiko-1.2.tar.gz yt-dlp-rajiko-1.2.tar.bz2 yt-dlp-rajiko-1.2.zip |
-rw-r--r-- | misc/how to do a release | 24 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 18 deletions
diff --git a/misc/how to do a release b/misc/how to do a release index f5eb85f..0f1ee88 100644 --- a/misc/how to do a release +++ b/misc/how to do a release @@ -13,23 +13,13 @@ update the dl/ "latest" symlinks ## update the changelog file -~/site2/yt-dlp-rajiko/CHANGELOG - -``` -version number -date (git log v1.0 --pretty --date=rfc2822) -url: whl download link -sha256: sha256 of the whl -brief summary of the release -can span multiple lines - -bullet points of changes, 1 per line -simple present tense, third person singular - continue "this release...", eg.. -fixes a bug where the computer would explode -makes downloading 5000x faster -``` - -./generate_changelog.py to make the new rss feed +not bothering with the script any more, i just want to spout + +write in html, paste into the feed xml like <![CDATA[ +stuff +]]> +make sure to set the link, date +include the pip instructions, sha256sum etc ## update the website diff --git a/pyproject.toml b/pyproject.toml index a0bcc03..cf1716e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yt-dlp-rajiko" -version = "1.1" +version = "1.2" description = "improved radiko.jp extractor for yt-dlp" authors = [ { name="garret1317" }, |