From 19f01c47566c2ce9ada884bcdf92f21ea9971f77 Mon Sep 17 00:00:00 2001 From: Tom Sellman Date: Tue, 3 Dec 2024 12:56:54 +0000 Subject: [PATCH] Headless release: Automatically copy from 'changelog.txt' into github release notes Signed-off-by: Tom Sellman --- .github/scripts/deploy-to-github.sh | 36 ++++++++++++++++++++++++++++- .github/scripts/publish-release.sh | 2 +- make-release.sh | 4 ++-- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.github/scripts/deploy-to-github.sh b/.github/scripts/deploy-to-github.sh index 3a9585d34d..7db90712bb 100644 --- a/.github/scripts/deploy-to-github.sh +++ b/.github/scripts/deploy-to-github.sh @@ -7,13 +7,47 @@ cd "$(dirname "$0")/../.." # read the nextflow version read -r NF_VERSION