release: cli v1.20.4 (#366)

This is a release PR for **cli** to version **1.20.4**.

Upon merging, this will automatically build the CLI and create a GitHub release. You still need to manually publish the cargo crate.

```
$ cd crates/cli
$ cargo publish
```

To merge this release, review the changes then say:

| bors r+ p=10 |
|:-:|

---

_Edit release notes into the section below:_

<!-- do not change or remove this heading -->
### Release notes

- Remove CLI help tests. They'll be replaced with brand new integration testing that's not obnoxious. (#362, #363, #365)
- Fix the install filenames for first-party RPM packagings, and possibly for DEBs as well. (#292, #364)
This commit is contained in:
github-actions[bot] 2022-07-01 14:13:39 +00:00
parent ea9f5ff694
commit bb9021eec7
4 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ message: |
If you use this software, please cite it using these metadata. If you use this software, please cite it using these metadata.
title: Watchexec title: Watchexec
version: "1.20.3" version: "1.20.4"
date-released: 2022-06-29 date-released: 2022-07-01
repository-code: https://github.com/watchexec/watchexec repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0 license: Apache-2.0

2
Cargo.lock generated
View File

@ -2511,7 +2511,7 @@ dependencies = [
[[package]] [[package]]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.20.3" version = "1.20.4"
dependencies = [ dependencies = [
"clap", "clap",
"console-subscriber", "console-subscriber",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.20.3" version = "1.20.4"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"] authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -3,7 +3,7 @@
<assemblyIdentity <assemblyIdentity
type="win32" type="win32"
name="Watchexec.Cli.watchexec" name="Watchexec.Cli.watchexec"
version="1.20.3.0" version="1.20.4.0"
/> />
<trustInfo> <trustInfo>