Comment out unused (and unneeded?) default_branch
This commit is contained in:
parent
a194f21d8a
commit
8659de71cd
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ import subprocess
|
||||||
def main():
|
def main():
|
||||||
# # TODO: Add user defined keywords to the list.
|
# # TODO: Add user defined keywords to the list.
|
||||||
# ignored_keywords = ["pre", "rc", "beta", "alpha", "dev"]
|
# ignored_keywords = ["pre", "rc", "beta", "alpha", "dev"]
|
||||||
# TODO: Add a ability for the user to customize this.
|
# # TODO: Add a ability for the user to customize this.
|
||||||
default_branch = "master"
|
# default_branch = "main"
|
||||||
|
|
||||||
# Retrieve all tags in the repo (that are fetched...)
|
# Retrieve all tags in the repo (that are fetched...)
|
||||||
tags = subprocess.run(["git", "tag"], stdout=subprocess.PIPE)
|
tags = subprocess.run(["git", "tag"], stdout=subprocess.PIPE)
|
||||||
|
|
Reference in a new issue