Streamline environments variable across stages (#2688)

* streamline environments variable across stages

* linting

* linting
This commit is contained in:
Ludovico Magnocavallo
2024-11-15 10:22:18 +01:00
committed by GitHub
parent a6c0bad947
commit 31cb391be7
42 changed files with 296 additions and 166 deletions

View File

@@ -275,8 +275,9 @@ def write_changelog(releases, links, rel_changes, release_as, release_to,
rel_buffer.append('\n'.join(rel.content))
link_buffer.append(rel_link)
open(filename, 'w').write(
'\n'.join([HEADING] + rel_buffer +
['<!-- markdown-link-check-disable -->'] + link_buffer))
'\n'.join([HEADING] + rel_buffer +
['<!-- markdown-link-check-disable -->'] + link_buffer))
@click.command
@click.option('--merged-to', required=False, default=('master',), multiple=True,