Skip to content

Commit

Permalink
fix: Actually update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Mar 17, 2024
1 parent ea46136 commit c2cc629
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2cc629

Please sign in to comment.