Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release workflow to github, pypi, and docker hub (#10)
* initial commit * modified: .github/workflows/release.yml * modified: .github/workflows/release.yml * fix path * debug * fix * fix * debug * try: pypi * modified project name for testing * test: docker * change docker hub release condition * - add docker meta tags - bump docker/build-push-action to v6 - add annotations metadata entry * - change taggerdate to creatordate - add a simple changelog to github release - run docker/pypi release after gh release as gh release workflow creates a new branch * Rel 0.2.2 - docker rel: + version from github release workflow * rel 0.2.3 - [gh]fix changelog - [docker] try peter-evans/dockerhub-description@v4 * rel 0.2.4 - [docker] get project description as docker img description - [docker] add official repository link - [pypi] remove `needs` to save time - [pypi] more concise builder * rel 0.2.5 - [github] better changelog - [docker] fix description: extract from the `meta` step * Release 0.2.6 - [github] fix unmatched single quotes * Release 0.2.7 - [github] Fix git log cmd when generating changelog: branch not yet created * REL0.2.8: [gh] fix CHANGELOG * REL 0.2.9: [gh] fix changelog path * - [github] fix git log - [github] change git log format * [pypi] test: add yt-dlp-get-pot as a dep * REL 0.2.11 [github] fix dep ver * REL 0.2.12 [github] try to fix dep error * rel 0.2.13: debug * REL 0.2.14 - [github] try to escape `<`&`>` - [github] try to remove dependencies from bundle * REL 0.2.15 - [github] dont include changelog in the release file: users - [github] completely remove dependencies packing code - [plugin] update `plugin/.gitignore` - [github] try to display commit msg in md code block in changelog * REL 0.2.16 - [github] changelog: use commit body * REL 0.2.17 - try to change changelog format * REL 0.2.18 increment version [description placeholder line 1] [description placeholder line 2] * [github] change changelog format * [REL0.2.19] Increment version DESC-1 DESC-2 * REL 0.2.20 - [gh] fix changelog * rel 0.2.21 - fix time format * increment version d * [gh] fix time range for changelog * 0.2.23 Update pyproject.toml * version 0.2.24 Update pyproject.toml * test pr * test the workflow triggered by a pr - [gh] cleanup * [gh] remove git tag prefix - [gh] fix pr run condition * - [docker] more tags - [gh] fix release condition * [gh] try to fix create release if condition * REL 0.2.26 - [gh] remove the redundant assignment to `tag` * REL 0.2.27 - fix docker tags for pr - [docker] cleanup * REL:0.2.27 [gh] cleanup: correct annotation position * Delete build.yml * REL 0.2.28 Prob last build, just to test whether everything is working * try to allow overwriting github releases * [gh] fix condition * read from release notes * 0.0.29: gh cleanup and final rel * Prepare to merge * [PyPI] add `yt-dlp-plugins-get-pot` keyword
- Loading branch information