You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new [badges] section has a branch to specify which branch / tag's status should be displayed on crates.io. When cargo-release bumps the version and creates the git tag, it could also update the branch specifier for every badge in this section to the git tag of the new release; then that the manifest of the published crate will link to the badge for that release.
Good idea! This is what the badge should be displayed on crates.io. Keeping it to master doesn't make much sense IMO. Added to my backlog and will definitely implement this for cargo-release. Thank you!
The new
[badges]
section has abranch
to specify which branch / tag's status should be displayed on crates.io. When cargo-release bumps the version and creates the git tag, it could also update thebranch
specifier for every badge in this section to the git tag of the new release; then that the manifest of the published crate will link to the badge for that release.Refs:
rust-lang/crates.io#504
rust-lang/cargo#3546
http://doc.crates.io/manifest.html#package-metadata
https://www.integer32.com/2017/01/20/categories-and-ci-badges.html
The text was updated successfully, but these errors were encountered: