From a267be20acbb62d9688030759fa8bf14801481d4 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Mon, 16 Sep 2019 21:14:01 -0400 Subject: [PATCH] Update CODEOWNERS --- .bumpversion.cfg | 17 ----------------- .github/CODEOWNERS | 1 + VERSION | 1 - 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .bumpversion.cfg create mode 100644 .github/CODEOWNERS delete mode 100644 VERSION diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100644 index 1ffb31a..0000000 --- a/.bumpversion.cfg +++ /dev/null @@ -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 - diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8b53d56 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @josephbmanley diff --git a/VERSION b/VERSION deleted file mode 100644 index 4614ee6..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -__version__ = 0.1.0 \ No newline at end of file