Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified changelog for minor release #40

Merged
merged 4 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add the PR numbers to the changelog? Here's what they've been doing in mag (https://github.com/nf-core/mag/blob/master/CHANGELOG.md)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem, I've added those in now

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
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).

## v1.0.0 - 2024-02-07
## 1.0.1 - 2024-03-22

Minor release after nf-core template 2.13.1 update

### `Added`

- [#36] - Merged nf-core template 2.13.1 update

### `Fixed`

- [#38] - Fixed metagenome mode to allow draft genomes
- [#36] - Fixed bug with MERGE_FASTA process not being declared

## 1.0.0 - 2024-02-07

Initial release of nf-core/readsimulator, created with the [nf-core](https://nf-co.re/) template.

Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
report_comment: >

This report has been generated by the <a href="https://github.com/nf-core/readsimulator/releases/tag/1.0.0" target="_blank">nf-core/readsimulator</a>
This report has been generated by the <a href="https://github.com/nf-core/readsimulator/releases/tag/1.0.1" target="_blank">nf-core/readsimulator</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/readsimulator/1.0.0/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/readsimulator/1.0.1/docs/output" target="_blank">documentation</a>.

report_section_order:
"nf-core-readsimulator-methods-description":
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ manifest {
description = """A workflow to simulate reads"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.0.0'
version = '1.0.1'
doi = '10.5281/zenodo.10622410'
}

Expand Down
Loading