Skip to content

Commit

Permalink
Use cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Jun 13, 2023
1 parent e7cdd55 commit f80f3c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ repository = "https://github.com/neXromancers/shotgun"
build = "build.rs"
edition = "2018"

[package.metadata.release]
tag-message = "Release {{version}}"

[dependencies]
getopts = "0.2"
num-traits = "0.2"
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ in pkgs.mkShell {
p.rustc
p.rustfmt
p.clippy

p.cargo-release
];
}

0 comments on commit f80f3c0

Please sign in to comment.