From 518363967da0fdb248884aab8565d9b6b39a3fb7 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Fri, 18 Oct 2024 13:29:15 +0200 Subject: [PATCH 1/2] Bump and update change log --- CHANGELOG.md | 12 +++++++++++- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6b23a..1586774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.0.1 +## 1.0.1dev + +### Credits + +### Changed + +### Fixed + +### Dependencies + +## [1.0.1](https://github.com/nf-core/demo/releases/tag/1.0.1) 2024-10-18 ### Credits diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 73576c4..16a6e09 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/demo + This report has been generated by the nf-core/demo analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-demo-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index ca5534c..95e325d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -228,7 +228,7 @@ manifest { description = """An nf-core demo pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '1.0.1' + version = '1.0.1dev' doi = '10.5281/zenodo.12192442' } From e69de77865e731705788cea819d53df77b9e99a7 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Fri, 18 Oct 2024 13:30:19 +0200 Subject: [PATCH 2/2] Bump and update change log again --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1586774..db5326e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.0.1dev +## 1.1.0dev ### Credits diff --git a/nextflow.config b/nextflow.config index 95e325d..8f5dda7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -228,7 +228,7 @@ manifest { description = """An nf-core demo pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '1.0.1dev' + version = '1.1.0dev' doi = '10.5281/zenodo.12192442' }