diff options
Diffstat (limited to 'docs/RELEASE.md')
-rw-r--r-- | docs/RELEASE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 3c0f43e..7d177c5 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -23,7 +23,7 @@ cargo build - [ ] Create and _do not merge_ a commit with the following message: `Update to <tag>` - [ ] Test and verify the publishing workflow: -```bash +```shell cargo publish --dry-run ``` |