aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/update-version.py
Commit message (Collapse)AuthorAgeFilesLines
* [build] Various build workflow improvementsbashonly2023-05-201-1/+1
| | | | | | | | | - Wait for build before publishing to PyPI - Do not run `meta_files` job if release is cancelled - Customizable channel in release workflow - Display badges above changelog Authored by: bashonly, Grub4K
* [cleanup] Miscpukkandan2023-03-051-3/+2
|
* Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1pukkandan2023-03-041-1/+1
|
* [build] Automated builds and nightly releases (#6220)Simon Sawicki2023-03-031-15/+31
| | | | | | | Closes #1839 Authored by: Grub4K, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
* [build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)Lesmiscore2022-10-211-1/+3
| | | | | https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
* [build, devscripts] Add devscript to set a build variantpukkandan2022-08-091-0/+4
| | | | Closes #4471
* [devscripts] Create `utils` and refactorpukkandan2022-08-091-20/+21
|
* [cleanup] Consistent style for file headspukkandan2022-06-251-0/+8
|
* [cleanup] Sort importspukkandan2022-04-121-3/+2
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+1
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Misc cleanuppukkandan2021-12-231-2/+2
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [build] Use `workflow_dispatch` for releasepukkandan2021-11-291-1/+5
|
* [build] Save Git HEAD at release alongside version infopukkandan2021-11-291-16/+21
|
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-0/+2
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-4/+4
| | | | | | | | | * 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
* [version] Set version number based on UTC time, not local timepukkandan2021-02-161-1/+1
|
* #64 Implement self updatershirt-dev2021-02-091-1/+1
| | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com>
* Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-291-0/+31
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files