Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Chabot
hg-autochangelog
Commits
d232f280b7cf
Commit
707f2d3c
authored
Mar 18, 2021
by
Simon Chabot
Browse files
feat: add emojis
parent
c4eccacc8833
Changes
1
Hide whitespace changes
Inline
Side-by-side
hg_autochangelog/templates/changelog.md
View file @
d232f280
...
...
@@ -18,10 +18,10 @@
{%- else %}
## Version {{ version.label }} ({{ version.release_date.strftime('%Y-%m-%d') }})
{%- endif %}
{{- new_section(changes, ChangeType.feat, "New features") }}
{{- new_section(changes, ChangeType.perf, "Performance improvements") }}
{{- new_section(changes, ChangeType.fix, "Bug fixes") }}
{{- new_section(changes, ChangeType.docs, "Documentation") }}
{{- new_section(changes, ChangeType.ci, "Continuous integration") }}
{{- new_section(changes, ChangeType.unknown, "Various changes") }}
{{- new_section(changes, ChangeType.feat, "
🎉
New features") }}
{{- new_section(changes, ChangeType.perf, "
🚀
Performance improvements") }}
{{- new_section(changes, ChangeType.fix, "
👷
Bug fixes") }}
{{- new_section(changes, ChangeType.docs, "
📝
Documentation") }}
{{- new_section(changes, ChangeType.ci, "
🤖
Continuous integration") }}
{{- new_section(changes, ChangeType.unknown, "
🤷
Various changes") }}
{% endfor %}
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