mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-24 13:33:06 +00:00
[3] update tag action
This commit is contained in:
parent
afc3771c67
commit
569604ce1d
4 changed files with 9 additions and 10 deletions
9
.github/workflows/tag.yml
vendored
9
.github/workflows/tag.yml
vendored
|
@ -1,12 +1,11 @@
|
|||
name: Tag
|
||||
name: Tag New Version
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
tag-new-versions:
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
@ -15,7 +14,7 @@ jobs:
|
|||
token: ${{ secrets.PAT }}
|
||||
fetch-depth: 2
|
||||
|
||||
- uses: salsify/action-detect-and-tag-new-version@v1.0.3
|
||||
- uses: Kometa-Team/tag-new-version@master
|
||||
with:
|
||||
version-command: |
|
||||
cat VERSION
|
||||
cat VERSION
|
|
@ -1,10 +1,10 @@
|
|||
# Plex Meta Manager is now rebranded as Kometa!
|
||||
|
||||
# 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 setuptools requirement to 69.5.1
|
||||
Updated tmdbapis requirement to 1.2.14
|
||||
Updated tmdbapis requirement to 1.2.16
|
||||
|
||||
# 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
|
||||
lxml==5.2.1
|
||||
num2words==0.5.13
|
||||
|
@ -13,4 +13,4 @@ retrying==1.3.4
|
|||
ruamel.yaml==0.18.6
|
||||
schedule==1.2.1
|
||||
setuptools==69.5.1
|
||||
tmdbapis==1.2.14
|
||||
tmdbapis==1.2.16
|
Loading…
Reference in a new issue