File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ Scriv provides two built-in templates:
9494 A new scriv changelog fragment.
9595
9696 Uncomment the section that is right (remove the HTML comment wrapper).
97+ For top level release notes, leave all the headers commented out.
9798 -->
9899
99100 {% for cat in config.categories -%}
@@ -105,7 +106,7 @@ Scriv provides two built-in templates:
105106 -->
106107 {% endfor -%}
107108
108- .. [[[end]]] (checksum: 522af8fd44433254fa64c58f89733d4d )
109+ .. [[[end]]] (checksum: 5ea187a050bfc23014591238b22520ff )
109110
110111 - ``new_fragment.rst.j2 ``: The default Jinja template for new reStructuredText
111112 fragments:
@@ -116,7 +117,8 @@ Scriv provides two built-in templates:
116117 .. A new scriv changelog fragment.
117118 {% if config.categories -%}
118119 ..
119- .. Uncomment the header that is right (remove the leading dots).
120+ .. Uncomment the section that is right (remove the leading dots).
121+ .. For top level release notes, leave all the headers commented out.
120122 ..
121123 {% for cat in config.categories -%}
122124 .. {{ cat }}
@@ -129,7 +131,7 @@ Scriv provides two built-in templates:
129131 - A bullet item for this fragment. EDIT ME!
130132 {% endif -%}
131133
132- .. [[[end]]] (checksum: bdc8c8a24aa1aed2a40d07d08e8a939c )
134+ .. [[[end]]] (checksum: 307b2d307df5eb3a5d316dc850c68011 )
133135
134136 Literal Prefix
135137--------------
You can’t perform that action at this time.
0 commit comments