summaryrefslogtreecommitdiffstats
path: root/src/commands/release.rs
AgeCommit message (Expand)Author
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-18Post-format clippy cleanupMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-14Update implementation for dedicated release tableMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-14Add debug output in release subcommandMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Remove unused importsMatthias Beyer
2020-12-03Implement release subcommandMatthias Beyer