Skip to content
Snippets Groups Projects
Commit 8834604b authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Merge branch 'updateReleaseNotesTemplate-2017' into '2017-patches'

Update the release notes template to latest version from master

See merge request !496
parents 74c52738 05d58c96
No related branches found
No related tags found
1 merge request!496Update the release notes template to latest version from master
Pipeline #1867529 passed
{% set categories = [
'selection', 'hlt1', 'hlt2', 'Configuration',
'Configuration',
'Decoding', 'Tracking', 'PV finding', 'Muon', 'Calo', 'RICH', 'Jets',
'PID', 'Composites', 'Filters', 'Functors',
'Event model', 'Persistency',
......@@ -10,22 +10,23 @@
'Build',
] -%}
{% set used_mrs = [] -%}
{% macro section(labels, used=used_mrs) -%}
{% for mr in order_by_label(select_mrs(merge_requests, labels, used), categories) -%}
{% macro section(labels, mrs=merge_requests, used=used_mrs, indent='', highlight='highlight') -%}
{% for mr in order_by_label(select_mrs(mrs, labels, used), categories) -%}
{% set mr_labels = categories|select("in", mr.labels)|list -%}
- {% if mr_labels %}{{mr_labels|map('label_ref')|join(' ')}} | {% endif -%}
{{mr.title|sentence}}, {{mr.reference}} (@{{mr.author.username}}){% if mr.issue_refs %} [{{mr.issue_refs|join(',')}}]{% endif %}{% if 'highlight' in mr.labels %} :star:{% endif %}
{{indent}}- {% if mr_labels %}{{mr_labels|map('label_ref')|join(' ')}} | {% endif -%}
{{mr.title|sentence}}, {{mr|mr_ref(project_fullname)}} (@{{mr.author.username}}){% if mr.issue_refs %} [{{mr.issue_refs|join(',')}}]{% endif %}{% if highlight in mr.labels %} :star:{% endif %}
{# {{mr.description|mdindent(2)}} -#}
{% endfor -%}
{% endmacro -%}
{{date}} {{project}} {{version}}
===
This version uses LHCb v42rX, Gaudi v28r2p1 and LCG_88 with ROOT 6.08.06.
This version uses
{{project_deps[:-1]|join(',\n')}} and
{{project_deps|last}}.
This version is released on `2017-patches` branch.
Built relative to Lbcom v20rX, with the following changes:
This version is released on `2017-patches` branch. It is intended for 2017 incremental stripping (S29r2pX, S32r0pX, S33r1pX) and patches to Moore, Brunel (Reco17) and stripping in 2017 simulation workflows. Builds with gcc49 on slc6 and with gcc62 on slc6 and centos7
Built relative to {{project}} [{{project_prev_tag}}](../-/tags/{{project_prev_tag}}), with the following changes:
### New features ~"new feature"
......
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