Skip to content

Commit

Permalink
Correct underlines setting to toml in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Mar 22, 2021
1 parent 4143e0f commit 6eab894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Towncrier has the following global options, which can be specified in the toml f
start_string = "Text used to detect where to add the generated content in the middle of a file. Generated content added after this text. Newline auto added."
title_format = "{name} {version} ({project_date})" # or false if template includes title
issue_format = "format string for {issue} (issue is the first part of fragment name)"
underlines: "=-~"
underlines = "=-~"
wrap = false # Wrap text to 79 characters
all_bullets = true # make all fragments bullet points
Expand All @@ -162,4 +162,4 @@ Furthermore, you can add your own fragment types using:
[[tool.towncrier.type]]
directory = "deprecation"
name = "Deprecations"
showcontent = true
showcontent = true

0 comments on commit 6eab894

Please sign in to comment.