Skip to content

Commit

Permalink
bumpversion command skips pre-commit to avoid end-of-line failure aft…
Browse files Browse the repository at this point in the history
…er changing README
  • Loading branch information
pcrespov committed May 24, 2022
1 parent 97fa369 commit a38d18b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dask-task-models-library/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 0.1.0
commit = True
message = packages/dask-task-models-library version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions packages/models-library/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 0.1.0
commit = True
message = packages/models-library version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions packages/postgres-database/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ current_version = 0.3.0
commit = True
message = packages/postgres-database version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]
1 change: 1 addition & 0 deletions packages/pytest-simcore/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ current_version = 0.1.0
commit = True
message = packages/pytest-simcore version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]
1 change: 1 addition & 0 deletions packages/service-integration/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 1.0.1
commit = True
message = service-integration version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions packages/service-library/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 1.2.0
commit = False
message = service-library version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions packages/settings-library/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 0.1.0
commit = True
message = packages/settings-library version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions packages/simcore-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 1.3.0
commit = True
message = packages/simcore-sdk version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions services/api-server/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ current_version = 0.3.0
commit = True
message = services/api-server version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]
1 change: 1 addition & 0 deletions services/catalog/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 0.3.2
commit = True
message = services/catalog version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down
1 change: 1 addition & 0 deletions services/dask-sidecar/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ current_version = 0.1.0-alpha
commit = True
message = services/dask-sidecar version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]
1 change: 1 addition & 0 deletions services/datcore-adapter/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ current_version = 0.1.0-alpha
commit = True
message = services/datcore-adapter version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]
1 change: 1 addition & 0 deletions services/director/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 0.1.0
commit = True
message = director api version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:setup.py]
search = "{current_version}"
Expand Down
1 change: 1 addition & 0 deletions services/dynamic-sidecar/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ current_version = 1.0.0
commit = True
message = services/dynamic-sidecar version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]
1 change: 1 addition & 0 deletions services/storage/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 0.2.1
commit = True
message = services/storage api version: {current_version} → {new_version}
tag = False
commit_args = --no-verify

[bumpversion:file:VERSION]

Expand Down

0 comments on commit a38d18b

Please sign in to comment.