Skip to content

Commit

Permalink
chore(cargo): add metadata for cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 20, 2023
1 parent accfb0f commit 31dac34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ optional = true

[dev-dependencies]
pretty_assertions = "1.2.1"

# metadata for cargo-binstall to get the right artifacts
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }"
bin-dir = "{ name }-{ version }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

0 comments on commit 31dac34

Please sign in to comment.