Open lachmanfrantisek opened 6 years ago
There are several places, where one wants to tweak our TOOL:
my_name_of_the_branch
My name of the branch
my-name-of-the-branch
["git", "log", "--pretty=format:- %s.", "%s..HEAD" % branch]).decode("utf-8").strip() template = "Title of this PR\n\n{}\n\n".format(commit_msgs)
(I then have no Signed-off-by: line and have the list with the full stop at the end of each line.)
Signed-off-by:
What about some global config with good defaults?
I actually started writing an issue for this but haven't finished it. Yes, we need global config!
I hacked something over weekend, still needs polish.
There are several places, where one wants to tweak our TOOL:
my_name_of_the_branch
->My name of the branch
,my-name-of-the-branch
->My name of the branch
)(I then have no
Signed-off-by:
line and have the list with the full stop at the end of each line.)What about some global config with good defaults?