Update CODEOWNERS

This commit is contained in:
Layla 2019-09-16 21:14:01 -04:00
parent 6b420b59bd
commit a267be20ac
3 changed files with 1 additions and 18 deletions

View File

@ -1,17 +0,0 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}
[bumpversion:file:VERSION]
search = __version__ = {current_version}
replace = __version__ = {new_version}
[semver]
main_branches = develop
major_branches =
minor_branches = feature
patch_branches = bugfix, hotfix

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
* @josephbmanley

View File

@ -1 +0,0 @@
__version__ = 0.1.0