Skip to content
Snippets Groups Projects
Commit 4f049acc authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Resolve "Better Templates and Configuration for GitLab"

parent 54f4d300
No related branches found
No related tags found
2 merge requests!39Merge develop into release,!31Resolve "Better Templates and Configuration for GitLab"
Pipeline #352732 passed
---
# Settings for generating changelogs using the GitLab API.
categories:
added: Added
bug: Bugfix
changed: Changed
deprecated: Deprecated
removed: Removed
performance: Performance
other: Other
template: |
{% if categories %}
{% each categories %}
### {{ title }} ({% if single_change %}1 change{% else %}{{ count }} changes{% end %})
{% each entries %}
- [{{ title }}]({{ commit.reference }})\
{% if author.contributor %} by {{ author.reference }}{% end %}\
{% if commit.trailers.MR %}\
([merge request]({{ commit.trailers.MR }}))\
{% else %}\
{% if merge_request %}\
([merge request]({{ merge_request.reference }}))\
{% end %}\
{% end %}
{% end %}
{% end %}
{% else %}
No changes.
{% end %}
......@@ -4,7 +4,7 @@
## Component
(search, generator, Eclipse, ...)
(evoal.core, optimisation.ea, generator.main, Eclipse, ...)
## Steps to reproduce
......
......@@ -8,11 +8,7 @@
## Component
(search, generator, Eclipse, ...)
## Expected Result
(What should be the result of this issue)
(evoal.core, optimisation.ea, generator.main, Eclipse, ...)
## Improvement
......
# Help Request
## Use case
(What do you want to do?)
## Minimal Working Example
(Can you provide configuration files of your use case)
## What is your question or problem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment