We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see a lot of comments like https://github.com/nf-core/mag/pull/541/files#r1390783670, and consistently forget to fix my own indents after a version bump.
Basically what we'd want to happen is:
... nextflowVersion = '!>=23.04.0' version = '2.5.0' ...
... going to something like:
... nextflowVersion = '!>=23.04.0' version = 2.5.1' ...
... but what we actually get is:
... nextflowVersion = '!>=23.04.0' version = '2.5.1' ...
It would be good to have that command leave the indent alone and just bump the value.
$ nf-core bump-version
No response
The text was updated successfully, but these errors were encountered:
duplicate of #2499
Sorry, something went wrong.
and duplicate of #2206
No branches or pull requests
Description of the bug
I see a lot of comments like https://github.com/nf-core/mag/pull/541/files#r1390783670, and consistently forget to fix my own indents after a version bump.
Basically what we'd want to happen is:
... going to something like:
... but what we actually get is:
It would be good to have that command leave the indent alone and just bump the value.
Command used and terminal output
$ nf-core bump-version
System information
No response
The text was updated successfully, but these errors were encountered: