ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
173 stars 82 forks source link

Use Git version tags to publish releases on crates.io #147

Closed uklotzde closed 8 months ago

uklotzde commented 8 months ago

I have noticed that this repo is missing version tags.

With a secret API token from crates.io and a GitHub workflow this could be automated to prevent inconsistencies.

Example: https://github.com/slowtec/tokio-modbus/blob/main/.github/workflows/publish-release.yaml

ruabmbua commented 8 months ago

Will not do that (at least for now). I much prefer doing releases to crates.io by hand (or with the help of some scripts). I am manually testing on a few more platforms that are not available on github CI.

The inconsistent tag <-> crates.io release thing is mostly my fault. I always forget to push the tags.