From 47aee1dd1c179bc2f5b27d3fdd633fb5a2db0546 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Thu, 17 Aug 2023 14:55:42 +0200 Subject: [PATCH] add jinja raw for template rendering and update changelog --- CHANGELOG.md | 1 + .../.github/workflows/release-announcments.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8680b1ee..7dc20686e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Fix links in `multiqc_config.yml` ([#2372](https://github.com/nf-core/tools/pull/2372)) - Remove default false from nextflow_schema.json ([#2376](https://github.com/nf-core/tools/pull/2376)) - Add module MULTIQC to modules.config ([#2377](https://github.com/nf-core/tools/pull/2377)) +- Add GitHub workflow for automated release announcements ([#2382](https://github.com/nf-core/tools/pull/2382)) ### Download diff --git a/nf_core/pipeline-template/.github/workflows/release-announcments.yml b/nf_core/pipeline-template/.github/workflows/release-announcments.yml index 5f8b46c04..f2a45d714 100644 --- a/nf_core/pipeline-template/.github/workflows/release-announcments.yml +++ b/nf_core/pipeline-template/.github/workflows/release-announcments.yml @@ -1,5 +1,5 @@ name: release-announcements - +# Automatic release toot and tweet anouncements{%- raw %} on: release: types: [published] @@ -53,3 +53,4 @@ jobs: TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }} TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }} TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} + #{%- endraw %}