mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 01:42:50 +01:00
Update version badge automatically in README
Uses: https://github.com/Schneegans/dynamic-badges-action
This commit is contained in:
parent
5ac2324460
commit
b2f70ae74e
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -161,3 +161,19 @@ jobs:
|
|||||||
asset_path: ./SHA2-256SUMS
|
asset_path: ./SHA2-256SUMS
|
||||||
asset_name: SHA2-256SUMS
|
asset_name: SHA2-256SUMS
|
||||||
asset_content_type: text/plain
|
asset_content_type: text/plain
|
||||||
|
|
||||||
|
update_version_badge:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
needs: build_unix
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Create Version Badge
|
||||||
|
uses: schneegans/dynamic-badges-action@v1.0.0
|
||||||
|
with:
|
||||||
|
auth: ${{ secrets.GIST_TOKEN }}
|
||||||
|
gistID: c69cb23c3c5b3316248e52022790aa57
|
||||||
|
filename: version.json
|
||||||
|
label: Version
|
||||||
|
message: ${{ needs.build_unix.outputs.ytdlc_version }}
|
||||||
|
@ -4,10 +4,10 @@ # Changelog
|
|||||||
# Instuctions for creating release
|
# Instuctions for creating release
|
||||||
|
|
||||||
* Run `make doc`
|
* Run `make doc`
|
||||||
* Add changelog, bump version in top of Readme
|
* Update Changelog.md and Authors-Fork
|
||||||
* Commit to master as `Release <number>`
|
* Commit to master as `Release <version>`
|
||||||
* Push to origin/release - build task will now run
|
* Push to origin/release - build task will now run
|
||||||
* Update version.py and run `make doc`
|
* Update version.py and run `make issuetemplates`
|
||||||
* Commit to master as `[version] update`
|
* Commit to master as `[version] update`
|
||||||
* Push to origin/master
|
* Push to origin/master
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[![Release Version](https://img.shields.io/badge/Release-2021.01.09-brightgreen)](https://github.com/pukkandan/yt-dlc/releases/latest)
|
<!-- See: https://github.com/marketplace/actions/dynamic-badges -->
|
||||||
|
[![Release Version](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/pukkandan/c69cb23c3c5b3316248e52022790aa57/raw/version.json&color=brightgreen)](https://github.com/pukkandan/yt-dlc/releases/latest)
|
||||||
[![License: Unlicense](https://img.shields.io/badge/License-Unlicense-blue.svg)](https://github.com/pukkandan/yt-dlc/blob/master/LICENSE)
|
[![License: Unlicense](https://img.shields.io/badge/License-Unlicense-blue.svg)](https://github.com/pukkandan/yt-dlc/blob/master/LICENSE)
|
||||||
[![Core Status](https://github.com/pukkandan/yt-dlc/workflows/Core%20Test/badge.svg?branch=master)](https://github.com/pukkandan/yt-dlc/actions?query=workflow%3ACore)
|
[![Core Status](https://github.com/pukkandan/yt-dlc/workflows/Core%20Test/badge.svg?branch=master)](https://github.com/pukkandan/yt-dlc/actions?query=workflow%3ACore)
|
||||||
[![CI Status](https://github.com/pukkandan/yt-dlc/workflows/Full%20Test/badge.svg?branch=master)](https://github.com/pukkandan/yt-dlc/actions?query=workflow%3AFull)
|
[![CI Status](https://github.com/pukkandan/yt-dlc/workflows/Full%20Test/badge.svg?branch=master)](https://github.com/pukkandan/yt-dlc/actions?query=workflow%3AFull)
|
||||||
|
Loading…
Reference in New Issue
Block a user