Skip to content

Commit

Permalink
cargo: prepare for crates.io publishing
Browse files Browse the repository at this point in the history
This adds all required fields for publishing on crates.io.
  • Loading branch information
lucab committed Aug 17, 2018
1 parent f760762 commit 6efba5b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "coreos-metadata"
version = "2.0.0"
authors = ["Stephen Demos <stephen.demos@coreos.com>"]
repository = "https://github.com/coreos/coreos-metadata"
license = "Apache-2.0"
authors = [ "Stephen Demos <stephen.demos@coreos.com>",
"Luca Bruno <lucab@debian.org>" ]
description = "A simple cloud-provider metadata agent"
version = "2.0.1-alpha.0"

[[bin]]
name = "coreos-metadata"
Expand Down Expand Up @@ -41,3 +45,13 @@ features = ["max_level_trace", "release_max_level_info"]

[dev-dependencies]
mockito = "0.9"

[package.metadata.release]
sign-commit = true
upload-doc = false
disable-push = true
disable-publish = true
pre-release-commit-message = "cargo: coreos-metadata release {{version}}"
pro-release-commit-message = "cargo: version bump to {{version}}"
tag-message = "coreos-metadata v{{version}}"
tag-prefix = "v"

0 comments on commit 6efba5b

Please sign in to comment.