Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ repos:
rev: v1.1.7
hooks:
- id: committed
- repo: https://github.com/zimbatm/mdsh.git
rev: v0.9.2
hooks:
- id: mdsh
files: ".*\\.md"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Features include:

Current release: 0.25.18

```console,ignore
$ cargo install cargo-release
```sh
cargo install cargo-release
```

## Usage

```console,ignore
```console
$ cargo release [level]
<dry-run output>
$ cargo release [level] --execute
Expand Down
5 changes: 3 additions & 2 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## CLI Arguments

<!-- `$ echo '$ cargo release -h' && cargo run --quiet -- release -h` as console -->

```console
$ cargo-release release -h
$ cargo release -h
Cargo subcommand for you to smooth your release process.

Usage: cargo release [OPTIONS] [LEVEL|VERSION]
Expand Down Expand Up @@ -71,7 +73,6 @@ Tag:
Push:
--no-push Do not run git push in the last step
--push-remote <NAME> Git remote to push

```

### Bump level
Expand Down