MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.
https://release-plz.ieni.dev
Apache License 2.0
792 stars 74 forks source link

fix(#1487): don't close release PR on force-push #1513

Closed zvolin closed 3 months ago

zvolin commented 3 months ago

Fixes #1487

Force pushing a branch that links to an open PR with the content of a base branch automatically closes it. To prevent that we create a new temporary branch for release, commit there and then force push original one.

zvolin commented 3 months ago

Tested here with this job