Skip to content

Commit 61ba0fc

Browse files
committed
ci: add comment
1 parent 4ed7181 commit 61ba0fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
src/client/packaging/pypi/**
5858
- name: Bump Python versions if client files changed
5959
if: steps.changed-py.outputs.any_changed == 'true'
60+
# _ignored_arg_ below is required because of tool quirk
61+
# https://github.com/c4urself/bump2version/issues/22
6062
run: |
6163
cd src/client/packaging/pypi
6264
bump2version --allow-dirty --new-version ${{ steps.version.outputs.next_tag }} _ignored_arg_

0 commit comments

Comments
 (0)