Skip to content

Commit

Permalink
fix: 🐛 add newlines to custom templates
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
nemchik authored Oct 12, 2023
1 parent 016e0e2 commit 158fa9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/generate-jenkins/templates/DOCUMENTATION.j2-CUSTOM
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
title: {{ project_name }}
---
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}

{% if project_deprecation_status %}
{% include "README_SNIPPETS/DEPRECATION.j2" | trim %}

Expand Down
1 change: 1 addition & 0 deletions roles/generate-jenkins/templates/README.j2-CUSTOM
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{%- set output_format="# \\g<message>" -%}
{% from 'common_macros.j2' import noter with context %}
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}

{% if project_deprecation_status %}
{% include "README_SNIPPETS/DEPRECATION.j2" | trim %}

Expand Down

0 comments on commit 158fa9f

Please sign in to comment.