aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/create-github-release.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-3/+3
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* Preparing for releasepukkandan2021-01-071-0/+2
|
* [skip travis] renamingUnknown2020-09-021-3/+3
| | | to avoid using same folder when using pip install for example
* [devscripts/create-github-release] Remove unused importnmeum2020-01-061-1/+0
|
* [devscripts/create-github-release] Switch to using PAT for authenticationSergey M․2020-01-011-13/+4
| | | | Basic authentication will be deprecated soon
* Start moving to ytdl-orgSergey M․2019-03-111-2/+2
|
* [devscripts/create-github-release] Fill release body from ChangeLog (closes ↵Sergey M․2016-11-181-4/+13
| | | | #11094)
* [devscripts/create-github-release] Make full published releases by defaultSergey M․2016-06-061-3/+2
|
* [devscripts/create-github-release] Add script for releasing on GitHubSergey M․2016-06-051-0/+112
Yet only Basic authentication is supported either via .netrc or by manual input