Skip to content

Commit

Permalink
Merge pull request #494 from max-sixty/patch-1
Browse files Browse the repository at this point in the history
Potential typo
  • Loading branch information
epage authored Jul 12, 2022
2 parents 6ff4b92 + 66ba821 commit d1e02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Workspace configuration is read from the following (in precedence order)
| `push` | `--no-push` | bool | `true` | Don't do git push |
| `push-remote` | `--push-remote` | string | `origin` | Default git remote to push |
| `push-options` | \- | list of strings | `[]` | Flags to send to the server when doing a `git push` |
| `shared-version` | \- | bool | `false` | Ensure all crates with `shared_version` are the same version |
| `shared-version` | \- | bool | `false` | Ensure all crates with `shared-version` are the same version |
| `consolidate-commits` | \- | bool | `false` | When releasing a workspace, use a single commit for the pre-release version bump and a single commit for the post-release version bump. Commit settings will be read from the workspace-config. |
| `consolidate-pushes` | \- | bool | `false` | When releasing a workspace, do a single push across all crates in a workspace. Push settings will be read from the workspace-config. |
| `pre-release-commit-message` | \- | string | `"(cargo-release) version {{version}}"` | A commit message template for release. For example: `"release {{version}}"`, where `{{version}}` will be replaced by actual version. |
Expand Down

0 comments on commit d1e02bb

Please sign in to comment.