diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b5e7f6a..00a71a2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.5 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6237d7..5deb5cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ env.VERSION }} - release_name: Release ${{ env.VERSION }} + tag_name: v${{ env.VERSION }} + release_name: Release v${{ env.VERSION }} draft: false prerelease: false - name: Upload Release Asset @@ -42,4 +42,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./cloudsmith-${{ env.VERSION }}.pyz asset_name: cloudsmith-${{ env.VERSION }}.pyz - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip diff --git a/cloudsmith_cli/data/VERSION b/cloudsmith_cli/data/VERSION index 23aa839..c813fe1 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.2.2 +1.2.5