Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Chabot
hg-autochangelog
Commits
dfd509ddba73
Commit
507e99dc
authored
Apr 05, 2020
by
Simon Chabot
Browse files
fix: remove an extra line in the changelog template
parent
316d8f183520
Changes
1
Hide whitespace changes
Inline
Side-by-side
hg_autochangelog/templates/changelog.md
View file @
dfd509dd
...
...
@@ -15,7 +15,7 @@
{% for version, changes in changelog.changes_by_version.items() %}
{%- if version.label == "upcoming" %}
## Upcoming version
{% else %}
{%
-
else %}
## Version {{ version.label }} ({{ version.release_date.strftime('%Y-%m-%d') }})
{%- endif %}
{{- new_section(changes, ChangeType.feat, "New features") }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment