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

nf-core bump-version does not respect previous formatting #2499

Closed
fabianegli opened this issue Nov 2, 2023 · 1 comment
Closed

nf-core bump-version does not respect previous formatting #2499

fabianegli opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@fabianegli
Copy link
Contributor

fabianegli commented Nov 2, 2023

Description of the bug

nf-core bump-version does not respect previous formatting.

The diff is

           - version         = '1.2.0'
           + version = '1.3.0dev'

but I would expect it to be

           - version         = '1.2.0'
           + version         = '1.3.0dev'

Command used and terminal output

% nf-core bump-version 1.3.0dev
...
           - version         = '1.2.0'
           + version = '1.3.0dev'

System information

No response

@maxulysse
Copy link
Member

duplicate of #2206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants