Skip to content
Snippets Groups Projects
Unverified Commit f8111d36 authored by Egor_P's avatar Egor_P Committed by GitHub
Browse files

[Backport] [Release|CI/CD] Fix audiences changelog template (#6444) (#7595)

Backport fix for the changelog generation introduced in #6444
parent 69c79089
Branches
No related merge requests found
......@@ -79,7 +79,7 @@ jobs:
- name: Prepare tooling
run: |
URL=https://github.com/chevdor/tera-cli/releases/download/v0.2.4/tera-cli_linux_amd64.deb
URL=https://github.com/chevdor/tera-cli/releases/download/v0.4.0/tera-cli_linux_amd64.deb
wget $URL -O tera.deb
sudo dpkg -i tera.deb
......
......@@ -4,7 +4,7 @@
{% for file in prdoc -%}
{% for doc_item in file.content.doc %}
{%- if doc_item.audience == env.TARGET_AUDIENCE %}
{%- if doc_item.audience is containing(env.TARGET_AUDIENCE) %}
#### [#{{file.doc_filename.number}}]: {{ file.content.title }}
{{ doc_item.description }}
{% endif -%}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment