diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0505f3e..cea658a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.9 +current_version = v0.1.9 commit = True tag = True diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 07ac55f..86cdd1a 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -69,12 +69,12 @@ jobs: tags: | ghcr.io/${{ github.repository }}:${{ env.COMMIT_SHA }} ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }} - ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}-${{ env.VERSION }} + ghcr.io/${{ github.repository }}:${{ env.VERSION }}-${{ env.BRANCH_NAME}} - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: tag_name: | - ${{ env.BRANCH_NAME }}-${{ env.VERSION }} + ${{ env.VERSION }}-${{ env.BRANCH_NAME }} name: | ${{ env.BRANCH_NAME }} Release ${{ env.VERSION }} body: | diff --git a/app/version.py b/app/version.py index c11f861..4dea151 100644 --- a/app/version.py +++ b/app/version.py @@ -1 +1 @@ -__version__ = "0.1.9" +__version__ = "v0.1.9" diff --git a/changelogs/0.1.9.md b/changelogs/v0.1.9.md similarity index 98% rename from changelogs/0.1.9.md rename to changelogs/v0.1.9.md index 093d782..042c1fa 100644 --- a/changelogs/0.1.9.md +++ b/changelogs/v0.1.9.md @@ -1,6 +1,6 @@ -# Whats up in Jellyplist 0.1.9? +# Whats up in Jellyplist v0.1.9? ## ⚠️ BREAKING CHANGE: docker-compose.yml ->![WARNING] +>[!WARNING] >In this release I´ve done some rework so now the setup is a bit easier, because you don´t have to spin up the -worker -beat container, these are now all in the default container and managed via supervisor. This means you have to update your `docker-compose.yml` when updating! So now your compose file should look more or less like this diff --git a/version.py b/version.py index c11f861..4dea151 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.1.9" +__version__ = "v0.1.9"