Skip to content

Show build status for the relevant version, rather than master #743

Closed
@dtolnay

Description

@dtolnay

Currently the most recent version of serde is 1.0.8. As such, https://crates.io/crates/serde should show build status for 1.0.8 rather than master.

- https://api.travis-ci.org/serde-rs/serde.svg?branch=master
+ https://api.travis-ci.org/serde-rs/serde.svg?branch=v1.0.8

Similarly, https://crates.io/crates/serde/1.0.7 should show build status for 1.0.7.

Different projects use different naming schemes for their tags, so we would need to insist on one particular scheme or allow it to be configurable.

This came up during the libs team discussion of reqwest. cc @seanmonstar @sfackler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions