Skip to content

Commit

Permalink
Documenting new features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
spacekookie committed Jan 29, 2019
1 parent ec2a3a3 commit 38a6369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ directory, or `.release.toml` at your home directory. Available keys are:
* `{{prev_version}}`: the version before `cargo-relase` was executed (before any version bump)
* `pre-release-hook`: provide a command to run before `cargo-release`
commits version change
* `features`: Provide a set of feature flags that should be
passed to `cargo publish` (requires rust 1.33+)
* `all_features`: Signal to `cargo publish`, that all features should be used (requires rust 1.33+)

```toml
[package.metadata.release]
Expand Down

0 comments on commit 38a6369

Please sign in to comment.