mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-23 16:29:12 +00:00
chore: prepare for 3.0.0rc2 (#5698)
* chore: prepare for 3.0.0rc2 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update docs/changelog.md --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -65,10 +65,10 @@ for issue in issues:
|
||||
continue
|
||||
|
||||
msg = changelog.group("content").strip()
|
||||
if msg.startswith("- "):
|
||||
if msg.startswith("* "):
|
||||
msg = msg[2:]
|
||||
if not msg.startswith("* "):
|
||||
msg = "* " + msg
|
||||
if not msg.startswith("- "):
|
||||
msg = "- " + msg
|
||||
if not msg.endswith("."):
|
||||
msg += "."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user