Skip to content

Commit

Permalink
Fix: Remove body template from github release
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and bjoernricks committed Oct 19, 2022
1 parent c4e7dba commit 3356e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def parse_args(
create_re_parser.add_argument(
"-b",
"--body",
default=body_template.read_text(encoding="utf-8"),
default=None,
help=("Description for the Release. Can be formatted in Markdown."),
)

Expand Down

0 comments on commit 3356e09

Please sign in to comment.