Stebalien / tempfile

Temporary file library for rust
http://stebalien.com/projects/tempfile-rs
Apache License 2.0
1.2k stars 120 forks source link

Release-plz #268

Closed 0xJepsen closed 11 months ago

0xJepsen commented 11 months ago

Would you be open to using release please for automatic version and release PRs. If you like i can give a good example of a yaml file for it. I would open a full pr but it needs some env variable like cargo-api token to auto push to crates. In my experience the tool has been a breeze to use and reduced our overhead while improving stability for downstream users. https://release-plz.ieni.dev/

Stebalien commented 11 months ago

I prefer to release manually so I can update the changelog, verify that there aren't any breaking changes, etc.

But thanks!

0xJepsen commented 11 months ago

Release please uses cargo semver to automatically detect and increment semver, which is less error prone than doing it manually which improves stability for downstream users.

sunfishcode commented 11 months ago

cargo-semver-checks is a great tool, but at this time there are still a lot of things it doesn't know about.

0xJepsen commented 11 months ago

No worries, just a suggestion! It made my life a lot easier thought id recommend it.