Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: watchexec-cli v1.24.0 #699

Merged
merged 23 commits into from
Dec 9, 2023
Merged

release: watchexec-cli v1.24.0 #699

merged 23 commits into from
Dec 9, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 27, 2023

This is a release PR for watchexec-cli version 1.24.0 (performing a minor bump).

Use squash merge.

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

$ git switch main
$ git pull
$ git switch --detach v1.24.0
$ cargo publish -p watchexec-cli

To trigger builds initially: either close and then immediately re-open this PR once, or push to the branch (perhaps with edits to the README.md or CHANGELOG.md!).


Edit release notes into the section below:

Release notes

Software development often involves running the same commands over and over. Boring! Watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with cargo-binstall watchexec-cli, from the binaries below, find it in your favourite package manager, or build it from source with cargo install watchexec-cli.

In this release:

Other changes:

@passcod passcod closed this Nov 27, 2023
@passcod passcod reopened this Nov 27, 2023
@passcod passcod enabled auto-merge (squash) November 27, 2023 12:18
@passcod passcod marked this pull request as draft November 27, 2023 12:21
@passcod
Copy link
Member

passcod commented Nov 27, 2023

Todos remaining:

  • fn available_powershell() -> String {
    // TODO
    todo!("figure out if powershell.exe is available, and use that, otherwise use pwsh.exe")
    }
  • --restart regression — nope, just misinterpreted read not stopping on sigterm/sigint
  • --signal and --stop-{signal,timeout} works
  • --on-busy-update=queue works
  • test: --stdin-quit
  • test: --shell and -n
  • test: --env

@passcod passcod force-pushed the release/watchexec-cli/1.24.0 branch 4 times, most recently from 0aa86a4 to ce41d73 Compare November 29, 2023 09:16
@passcod passcod force-pushed the release/watchexec-cli/1.24.0 branch from e985f5f to 9ca4162 Compare December 9, 2023 09:12
@passcod passcod changed the base branch from main to signal-map December 9, 2023 09:12
@passcod passcod force-pushed the release/watchexec-cli/1.24.0 branch from 63c6590 to f664b56 Compare December 9, 2023 09:30
Base automatically changed from signal-map to main December 9, 2023 09:31
@passcod passcod marked this pull request as ready for review December 9, 2023 10:45
@passcod passcod enabled auto-merge (squash) December 9, 2023 10:49
@passcod passcod merged commit 477d59d into main Dec 9, 2023
8 checks passed
@passcod passcod deleted the release/watchexec-cli/1.24.0 branch December 9, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant