refactor(compose): Adjust line breaks (#10)

This commit is contained in:
hygienic-books 2023-10-08 17:18:50 +02:00
parent 0042adba00
commit 692d115d5c

View File

@ -184,8 +184,7 @@ Commit _types_ besides `fix` and `feat` are:
### Commit scopes ### Commit scopes
The following _scopes_ are known for this project. A Conventional Commits commit message may optionally use one of the following scopes or none: The following _scopes_ are known for this project. A Conventional Commits commit message may optionally use one of the following scopes or none:
{%if ',' in cookiecutter.__component_list_slug -%}
{%- if ',' in cookiecutter.__component_list_slug -%}
{%- set components = cookiecutter.__component_list_slug.split(',') -%} {%- set components = cookiecutter.__component_list_slug.split(',') -%}
{%- for component in components %} {%- for component in components %}
- `{{ component }}`: A change to how the `{{ component }}` service component works - `{{ component }}`: A change to how the `{{ component }}` service component works