rust-lang / chalk

An implementation and definition of the Rust trait system using a PROLOG-like logic solver
https://rust-lang.github.io/chalk/book/
Other
1.81k stars 179 forks source link

Branch protection prevents automatic releases from updating the version number on the `master` branch #814

Open beetrees opened 2 months ago

beetrees commented 2 months ago

The automatic release process attempts to directly push to the master branch but is prevented by branch protection (see the most recent run for an example). Currently this means a PR like #813 is currently required to manually increment the development version number after each release otherwise automatic releases will stop working.