Skip to content

Commit

Permalink
cargo release --execute
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Oct 15, 2021
1 parent 85acbf2 commit f30a065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:

```ini
[dependencies]
redis = "0.21.2"
redis = "0.21.3"
```

Documentation on the library can be found at
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ clog --$LEVEL
git add CHANGELOG.md
git commit -m "Update changelog"

cargo release $LEVEL
cargo release --execute $LEVEL

0 comments on commit f30a065

Please sign in to comment.