Merge pull request #12 from RightBrain-Networks/bugfix/dont-commit
tell semver not to commit
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
				
			|||||||
[bumpversion]
 | 
					[bumpversion]
 | 
				
			||||||
current_version = 1.0.5
 | 
					current_version = 1.0.5
 | 
				
			||||||
commit = True
 | 
					commit = False
 | 
				
			||||||
tag = True
 | 
					tag = True
 | 
				
			||||||
tag_name = {new_version}
 | 
					tag_name = {new_version}
 | 
				
			||||||
message = Bump version: {current_version} -> {new_version}
 | 
					message = Bump version: {current_version} -> {new_version}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user