Skip to content

Commit

Permalink
Added keywords and release.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Mar 23, 2023
1 parent 476edfe commit c922f22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/ThomasK33/kube-quantity-rs"

keywords = ["kubernetes", "k8s", "cncf"]

categories = ["algorithms", "data-structures", "encoding"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
4 changes: 4 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pre-release-replacements = [
{ file = "README.md", search = "kube_quantity = .*", replace = "{{crate_name}} = \"{{version}}\"" },
# { file = "src/lib.rs", search = "kube_quantity = .*", replace = "{{crate_name}} = \"{{version}}\"" },
]

0 comments on commit c922f22

Please sign in to comment.