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

feat: bump version to v2.0.0 #24

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

LysianeBouchard
Copy link
Contributor

@LysianeBouchard LysianeBouchard commented Sep 13, 2024

I bumped the version to v2.0.0dev.

I used a version number higher than latest cqdg-denovo-nextflow tag (v1.1.2), so that official releases are in continuation.
I used the following nf-core command to bump the version:

nf-core bump-version v2.0.0dev

The v prefix was automatically stripped. If I don't add the dev suffix at the end, the linter complains.

I checked that the previous version tag does not appear in other files with a find command in my IDE.

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

CHANGELOG.md Outdated
@@ -3,7 +3,10 @@
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.0dev - [date]

## v2.0.0 - [date]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added this modification manually.

DamienGnst
DamienGnst previously approved these changes Sep 13, 2024
@LysianeBouchard LysianeBouchard force-pushed the feat/bump-version-to-v2.0.0 branch from 07ec0d5 to f6139d4 Compare September 13, 2024 18:20
@LysianeBouchard LysianeBouchard merged commit 08284c4 into main Sep 13, 2024
3 checks passed
@LysianeBouchard LysianeBouchard deleted the feat/bump-version-to-v2.0.0 branch September 13, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants