mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-28 15:30:31 +00:00
[3] update tag action
This commit is contained in:
parent
afc3771c67
commit
569604ce1d
4 changed files with 9 additions and 10 deletions
7
.github/workflows/tag.yml
vendored
7
.github/workflows/tag.yml
vendored
|
@ -1,12 +1,11 @@
|
||||||
name: Tag
|
name: Tag New Version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
tag:
|
||||||
tag-new-versions:
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -15,7 +14,7 @@ jobs:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- uses: salsify/action-detect-and-tag-new-version@v1.0.3
|
- uses: Kometa-Team/tag-new-version@master
|
||||||
with:
|
with:
|
||||||
version-command: |
|
version-command: |
|
||||||
cat VERSION
|
cat VERSION
|
|
@ -1,10 +1,10 @@
|
||||||
# Plex Meta Manager is now rebranded as Kometa!
|
# Plex Meta Manager is now rebranded as Kometa!
|
||||||
|
|
||||||
# Requirements Update (requirements will need to be reinstalled)
|
# Requirements Update (requirements will need to be reinstalled)
|
||||||
Updated arrapi requirement to 1.4.11
|
Updated arrapi requirement to 1.4.13
|
||||||
Updated PlexAPI requirement to 4.15.12
|
Updated PlexAPI requirement to 4.15.12
|
||||||
Updated setuptools requirement to 69.5.1
|
Updated setuptools requirement to 69.5.1
|
||||||
Updated tmdbapis requirement to 1.2.14
|
Updated tmdbapis requirement to 1.2.16
|
||||||
|
|
||||||
# Removed Features
|
# Removed Features
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.21.1-develop2
|
1.21.1-develop3
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
arrapi==1.4.11
|
arrapi==1.4.13
|
||||||
GitPython==3.1.43
|
GitPython==3.1.43
|
||||||
lxml==5.2.1
|
lxml==5.2.1
|
||||||
num2words==0.5.13
|
num2words==0.5.13
|
||||||
|
@ -13,4 +13,4 @@ retrying==1.3.4
|
||||||
ruamel.yaml==0.18.6
|
ruamel.yaml==0.18.6
|
||||||
schedule==1.2.1
|
schedule==1.2.1
|
||||||
setuptools==69.5.1
|
setuptools==69.5.1
|
||||||
tmdbapis==1.2.14
|
tmdbapis==1.2.16
|
Loading…
Reference in a new issue