Skip to content

Commit

Permalink
Update release instructions for next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 29, 2023
1 parent f17ac60 commit 0588260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Collect coverage and open `html` report.
1. Update crate versions.

```bash
sd -s 'version = "0.0.11"' 'version = "0.0.12"' $(fd -tf -F toml) README.md src/lib.rs
sd -s 'version = "0.0.12"' 'version = "0.0.13"' $(fd -tf -F toml) README.md src/lib.rs

# Make sure only `peace` crates are updated.
git --no-pager diff | rg '^[+]' | rg -v '(peace)|(\+\+\+)|\+version'
Expand Down

0 comments on commit 0588260

Please sign in to comment.