You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Correct to start_string consistently
* Add test docstring
* add test for coverage and conditional to avoid exception
* Add test docstring
* Update test_build.py
* flake8
* expound on docs
* Update src/towncrier/newsfragments/277.doc.rst
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Towncrier has the following global options, which can be specified in the toml f
137
137
version = "1.2.3"# project version if maintained separately
138
138
name = "arbitrary project name"
139
139
template = "path/to/template.rst"
140
-
start_line = "start of generated content"
140
+
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."
141
141
title_format = "{name} {version} ({project_date})"# or false if template includes title
142
142
issue_format = "format string for {issue} (issue is the first part of fragment name)"
0 commit comments