[GH-ISSUE #210] [meta] could you tag crate releases #70

Closed
opened 2026-02-27 20:22:56 +03:00 by kerem · 3 comments
Owner

Originally created by @hhirtz on GitHub (May 8, 2021).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/210

Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to find the commit from which cargo publish was called and I find out there's no tag for it. ':-)

Describe the solution you'd like
Can you please git tag v0.x.x && git push origin v0.x.x when you publish a version.

Describe alternatives you've considered
No need to make a GitHub release, just a tag would work.

Additional context
https://git-scm.com/book/en/v2/Git-Basics-Tagging

Originally created by @hhirtz on GitHub (May 8, 2021). Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/210 **Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to find the commit from which `cargo publish` was called and I find out there's no tag for it. ':-) **Describe the solution you'd like** Can you please `git tag v0.x.x && git push origin v0.x.x` when you publish a version. **Describe alternatives you've considered** No need to make a GitHub release, just a tag would work. **Additional context** https://git-scm.com/book/en/v2/Git-Basics-Tagging
kerem 2026-02-27 20:22:56 +03:00
Author
Owner

@ramsayleung commented on GitHub (May 9, 2021):

Great point, thanks for your heads-up, I will tag the crate release when I release a new version in the future. It's my bad to forget to do so before :-)

<!-- gh-comment-id:835607944 --> @ramsayleung commented on GitHub (May 9, 2021): Great point, thanks for your heads-up, I will tag the crate release when I release a new version in the future. It's my bad to forget to do so before :-)
Author
Owner

@marioortizmanero commented on GitHub (May 9, 2021):

we should create a continuous deployment flow for github CI that automatically uploads everything to crates.io once a tag is published

<!-- gh-comment-id:835608437 --> @marioortizmanero commented on GitHub (May 9, 2021): we should create a continuous deployment flow for github CI that automatically uploads everything to crates.io once a tag is published
Author
Owner

@ramsayleung commented on GitHub (May 9, 2021):

we should create a continuous deployment flow for github CI that automatically uploads everything to crates.io once a tag is published

I have pushed a PR to do so.

<!-- gh-comment-id:835696820 --> @ramsayleung commented on GitHub (May 9, 2021): > we should create a continuous deployment flow for github CI that automatically uploads everything to crates.io once a tag is published I have pushed a PR to do so.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#70
No description provided.