mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
fixed function template
This commit is contained in:
parent
bc94577ec6
commit
08e937fbea
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ def modify_changelog(args):
|
||||||
if line.startswith("### New Functions"):
|
if line.startswith("### New Functions"):
|
||||||
new_function_heading_exists = True
|
new_function_heading_exists = True
|
||||||
break
|
break
|
||||||
|
elif line.startswith("## [") and not line.startswith("## [Unreleased"):
|
||||||
|
break
|
||||||
|
|
||||||
if not new_function_heading_exists:
|
if not new_function_heading_exists:
|
||||||
changelog_source.insert(7, "### New Functions 🚀\n")
|
changelog_source.insert(7, "### New Functions 🚀\n")
|
||||||
|
|
Loading…
Add table
Reference in a new issue