spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
378 stars 33 forks source link

Add spr version number in PR commit messages #75

Closed sven-of-cord closed 2 years ago

sven-of-cord commented 2 years ago

When we create commits for the branches we push to GitHub, they have one-line commit messages (plus [skip ci] for commits on the base branch). This just adds a little meta data to those message. Specifically the version of spr that was used.

Test Plan: cargo check && cargo clippy && cargo build and use the local build for submitting/updating/landing this pull request