We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f9b92 commit 52ee8c4Copy full SHA for 52ee8c4
jupyter_releaser/changelog.py
@@ -124,8 +124,8 @@ def get_version_entry(
124
entry = "\n".join(entry).strip()
125
126
# Remove empty documentation entry if only automated changelogs were there
127
- if '# Documentation improvements\n\n' in entry:
128
- entry = re.sub(r'#+ Documentation improvements\n\n', '')
+ if "# Documentation improvements\n\n" in entry:
+ entry = re.sub(r"#+ Documentation improvements\n\n", "", entry)
129
130
# Replace "*" unordered list marker with "-" since this is what
131
# Prettier uses
0 commit comments