-
Notifications
You must be signed in to change notification settings - Fork 60
Fix missing 'dev' tag in bumped version #152
New issue
< 8000 strong>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
Conversation
|
Indeed, the dev tag should be there. Usually there is a warning in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looking at the tests, why |
Absolutely 😅
I thought nf-core/bacass didn't allow the -profile debug, but it actually does. So, this ignoring step aims to avoid nf-core linting errors while checking if those files differ from the TEMPLATE. I am going to fix it in next PR. |
|
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).PR description
Just a PR fixing missing dev version by bumping 2.4.0dev.
I have realized that dev version 2.4.0 didn't carry the tag "dev" since it hasn't been released yet.