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

Use actual tag string in confirmation message of tag step #652

Open
cmyr opened this issue Mar 10, 2023 · 0 comments
Open

Use actual tag string in confirmation message of tag step #652

cmyr opened this issue Mar 10, 2023 · 0 comments
Labels
enhancement Improve the expected

Comments

@cmyr
Copy link

cmyr commented Mar 10, 2023

Thanks for the crate, I'm finding this very useful!

I just ran into a tiny thing: When running cargo release tag, I get a confirmation message that shows the crates and versions that are going to be tagged, but it doesn't show the actual final tag text; e.g for me it said,

Tag
  crate-one 0.3.0
  crate-two 0.1.0
? [y/N] 

And so I wasn't sure what the actual tags would be, and had to go digging through the source. Maybe it make sense instead to do,

Tag
  crate-one-v0.3.0
  crate-two-v0.1.0
? [y/N] 
@epage epage added the enhancement Improve the expected label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the expected
Projects
None yet
Development

No branches or pull requests

2 participants