diff --git a/templates/README.md.j2 b/templates/README.md.j2 index 4e6a188..486934c 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -1,6 +1,7 @@ -{{ repo.name }} -============ +{% if repo.type != 'other' and repo.github.features.sdlc_workflows %} +[![Release](https://github.com/linkorb/{{ repo.name }}/actions/workflows/30-release-and-build.yaml/badge.svg)](https://github.com/linkorb/{{ repo.name }}/actions/workflows/30-release-and-build.yaml) +{% endif %} {% set markdown_file_path_prefix = repo_path + '/docs/partials/readme.' %} {#################################################} @@ -31,10 +32,6 @@ {% else %} {% endif %} -{% if repo.type != 'other' and repo.github.features.sdlc_workflows %} -Build status: [![Release](https://github.com/linkorb/{{ repo.name }}/actions/workflows/30-release-and-build.yaml/badge.svg)](https://github.com/linkorb/{{ repo.name }}/actions/workflows/30-release-and-build.yaml) -{% endif %} - {#################################################} {################# INSTALLATION ##################} {#################################################}