Skip to content

Commit 0f62805

Browse files
committed
Make towncrier marker independent from warning
1 parent b9f35eb commit 0f62805

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Do *NOT* add changelog entries here!
2424
This changelog is managed by towncrier and is compiled at release time.
2525
2626
See https://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#changelog for details.
27+
-->
2728

28-
towncrier release notes start -->
29+
<!-- towncrier release notes start -->
2930

3031
## [22.1.0](https://github.com/python-attrs/attrs/tree/22.1.0) - 2022-07-28
3132

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ toplevel = ["attr", "attrs"]
5252
name = "attrs"
5353
directory = "changelog.d"
5454
filename = "CHANGELOG.md"
55+
start_string = "<!-- towncrier release notes start -->\n"
5556
template = "changelog.d/towncrier_template.md.jinja"
5657
title_format = ""
5758
issue_format = "[#{issue}](https://github.com/python-attrs/attrs/issues/{issue})"

0 commit comments

Comments
 (0)