Skip to content

Commit

Permalink
Cargo.toml: remove package.metadata.release.upload-doc option
Browse files Browse the repository at this point in the history
Support for this was removed upstream [1] and now I get can error
like this when running cargo-release:

```
Fatal: Invalid TOML file format: unknown field `upload-doc`
```

[1] crate-ci/cargo-release@739d746
  • Loading branch information
dustymabe committed Jan 8, 2020
1 parent 10f5d69 commit c56f501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ version = "0.1.2-alpha.0"

[package.metadata.release]
sign-commit = true
upload-doc = false
disable-push = true
disable-publish = true
pre-release-commit-message = "cargo: coreos-installer release {{version}}"
Expand Down

0 comments on commit c56f501

Please sign in to comment.