diff --git a/README.md b/README.md index f1e9429..b565959 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,19 @@ the underlying SQL type. ## Releasing +This workflow uses: +* [cargo-readme](https://crates.io/crates/cargo-readme) +* [cargo-release](https://crates.io/crates/cargo-release) + +Run, note that we always release patch releases unless diesel has got a new +release: + +``` +cargo readme > README.md +git diff --exit-code --quiet README.* || (git add README.* && git commit -m "chore: Update README") +cargo release patch +``` ## License diff --git a/README.tpl b/README.tpl index 37c6f1f..c123d38 100644 --- a/README.tpl +++ b/README.tpl @@ -50,7 +50,7 @@ release: ``` cargo readme > README.md git diff --exit-code --quiet README.* || (git add README.* && git commit -m "chore: Update README") -cargo release patch +cargo release patch ``` ## License