Skip to content

Commit

Permalink
sty: roll back multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Aug 21, 2023
1 parent 798c1e8 commit 5b3ee64
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/git_changelog/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,10 @@ def get_parser() -> argparse.ArgumentParser:
"--bump-latest",
action="store_true",
dest="bump_latest",
help="""\
Guess the new latest version by bumping the previous one based on the set of unreleased commits. \
For example, if a commit contains breaking changes, bump the major number (or the minor number \
for 0.x versions). Else if there are new features, bump the minor number. Else just bump the \
patch number. Default: unset (false).""",
help="Guess the new latest version by bumping the previous one based on the set of "
"unreleased commits. For example, if a commit contains breaking changes, bump the major "
"number (or the minor number for 0.x versions). Else if there are new features, bump the "
"minor number. Else just bump the patch number. Default: unset (false).",
)
parser.add_argument(
"-h",
Expand Down

0 comments on commit 5b3ee64

Please sign in to comment.