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

Bumping version removes comments from end of version line #32

Open
HerbM opened this issue May 4, 2021 · 0 comments
Open

Bumping version removes comments from end of version line #32

HerbM opened this issue May 4, 2021 · 0 comments

Comments

@HerbM
Copy link

HerbM commented May 4, 2021

Removes comments, expected comments to remain

Before

[package]
name    = "ripcheck"
version = "0.0.16" # Simplified args, Threaded DNS/Rev/Arp/MACVendors/pfh/formatting/timings

After

[package]
name    = "ripcheck"
version = "0.0.17" 

Expected:

[package]
name    = "ripcheck"
version = "0.0.17"  # Simplified args, Threaded DNS/Rev/Arp/MACVendors/pfh/formatting/timings 

Work around: Place comments on previous line or following version line.

FYI: I like to keep my current commit messages (or very similar) on the version line as a comment since I use changed version numbers in those commits as well, it reminds me to keep the version numbers synchronized.

PS: Thx, I like the extension. Not a giant deal.

Note to self: Maybe keeping all of my version changing commits in my toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant