Push additional files

Update Workflow

Update Workflow

Update Workflow

Update Workflow

Update Workflow
This commit is contained in:
2020-01-25 01:21:57 -05:00
parent 8f2ba12f80
commit 130ae3f76e
6 changed files with 197 additions and 0 deletions

15
.bumpversion.cfg Normal file
View File

@@ -0,0 +1,15 @@
[bumpversion]
current_version = 0.0.0
commit = False
tag = True
tag_name = {new_version}
[bumpversion:file:cognito_oauthtools/__init__.py]
search = version = "0.0.0"
replace = version = "{new_version}"
[semver]
main_branches = master
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix