File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ return {
1010 release_count = release_count + 1
1111 end
1212 if elem .level < 3 or release_count > 1 then
13- return pandoc . Null ()
13+ return {}
1414 end
1515 return elem
1616 end ,
1717 Block = function (elem )
1818 if release_count > 1 then
19- return pandoc . Null ()
19+ return {}
2020 end
2121 return elem
2222 end ,
Original file line number Diff line number Diff line change 179179 run pandoc --from=gfm --to=gfm \
180180 --lua-filter=.github/RELEASE_DRAFT_FILTER.lua \
181181 --template=.github/RELEASE_DRAFT_TEMPLATE.md \
182- --base-header -level=2 --wrap=none \
182+ --shift-heading -level-by =2 --wrap=none \
183183 --variable="version:$RELEASE_VERSION " \
184184 --output=notes.md \
185185 "$notes_body " || die
Original file line number Diff line number Diff line change 1616
1717# Plover: build artifacts.
1818news_draft.md
19+ notes.md
1920
2021# Pytest.
2122/.pytest_cache /
You can’t perform that action at this time.
0 commit comments