You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Release-plz automation in https://github.com/joshka/bevy_ratatui, and released 0.5.3 via the normal workflow of push a PR, get a release PR, push that. I realized that this probably should have been 0.6.0 due to a core dependency update, So I slapped a quick cargo.toml bump PR and pushed that. Release-plz automatically released 0.6.0 without any changelog updates.
What did I do wrong here?
Expected: bumping cargo toml and pushing generates a release PR for that version
Actual: release-plz publishes any release version automatically without a PR
Bug description
I'm using Release-plz automation in https://github.com/joshka/bevy_ratatui, and released 0.5.3 via the normal workflow of push a PR, get a release PR, push that. I realized that this probably should have been 0.6.0 due to a core dependency update, So I slapped a quick cargo.toml bump PR and pushed that. Release-plz automatically released 0.6.0 without any changelog updates.
What did I do wrong here?
Expected: bumping cargo toml and pushing generates a release PR for that version
Actual: release-plz publishes any release version automatically without a PR
joshka/bevy_ratatui@9d26164
The text was updated successfully, but these errors were encountered: