diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index a7a0810b..1bb34fe1 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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 \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 561345c2..7cb3f6a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/VERSION b/VERSION index 0743c76a..a201e8ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.1-develop2 +1.21.1-develop3 diff --git a/requirements.txt b/requirements.txt index 6fdee4f5..ffd44183 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +tmdbapis==1.2.16 \ No newline at end of file