Skip to content

Commit 1203d5a

Browse files
committed
Do not autotag and commit
1 parent a4b04d7 commit 1203d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
current_version = 1.0.0
33
files = setup.py src/scancode/__init__.py
4-
commit = True
5-
tag = True
4+
commit = False
5+
tag = False
66

0 commit comments

Comments
 (0)