Skip to content

Commit 545c8cd

Browse files
chore(add-v-to-tag) (#165)
Add `v` in front of the version to grab the correct tag version. Bump version: 1.2.4 → 1.2.5 Bump version: 1.2.3 → 1.2.4 Bump version: 1.2.2 → 1.2.3
1 parent 428f567 commit 545c8cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.2
2+
current_version = 1.2.5
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
with:
32-
tag_name: ${{ env.VERSION }}
33-
release_name: Release ${{ env.VERSION }}
32+
tag_name: v${{ env.VERSION }}
33+
release_name: Release v${{ env.VERSION }}
3434
draft: false
3535
prerelease: false
3636
- name: Upload Release Asset
@@ -42,4 +42,4 @@ jobs:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }}
4343
asset_path: ./cloudsmith-${{ env.VERSION }}.pyz
4444
asset_name: cloudsmith-${{ env.VERSION }}.pyz
45-
asset_content_type: application/zip
45+
asset_content_type: application/zip

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.5

0 commit comments

Comments
 (0)