-
Notifications
You must be signed in to change notification settings - Fork 155
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Todos remaining:
|
passcod
force-pushed
the
release/watchexec-cli/1.24.0
branch
4 times, most recently
from
November 29, 2023 09:16
0aa86a4
to
ce41d73
Compare
passcod
force-pushed
the
release/watchexec-cli/1.24.0
branch
from
December 9, 2023 09:12
e985f5f
to
9ca4162
Compare
passcod
force-pushed
the
release/watchexec-cli/1.24.0
branch
from
December 9, 2023 09:18
92f01fa
to
55eaf88
Compare
passcod
force-pushed
the
release/watchexec-cli/1.24.0
branch
from
December 9, 2023 09:30
63c6590
to
f664b56
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
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 withcargo install watchexec-cli
.In this release:
--colour=never
(--color
also accepted) to disable, or the conventionalalways
andauto
. (An option to print a colored message when the command completes #144, Colour for failed exit messages and errors #237, Add --quiet, --timings, --colo[u]r, --bell #698)--timings
to print how long the command took. (Print time elapsed after command is done #278, Add --quiet, --timings, --colo[u]r, --bell #698)--quiet
to disable printing any message (except warning and error logs). (Add --quiet, --timings, --colo[u]r, --bell #698)--bell
to ring the terminal bell on command end. (Terminal bell on command finish #238, Add --quiet, --timings, --colo[u]r, --bell #698)--ignore-nothing
to switch on all the--no-*-ignore
flags. (Flag for "don't ignore anything" #275, Help text and man page mention non-existent--ignore-nothing
option #625, Add --ignore-nothing #695)--only-emit-events
disables launching a command, and only prints events to stdout. Requires--emit-events-to
to specify the format to print. This lets you obtain a stream of change events to handle directly rather than mediating via a command. (An option to launch without any process management #676, Add --only-emit-events #691)--map-signal
to map signals received by Watchexec to other signals sent to the command. (Add option to send different signal to child on graceful exit (e.g. sending SIGTERM on SIGINT) #151, Pass SIGINT to spawned process #387, New option: --signal-map #710)--emit-events-to
stdin
andjson-stdin
modes are renamed tostdio
andjson-stdio
respectively; the old names are aliased to preserve compatibility.Other changes:
-w /dev/null
disables watching any files. This is the literal string/dev/null
, it won't detect the null device via links or fifos. (Breaking changes for watchexec lib #601)command-group
5). (Breaking changes for watchexec lib #601)notify
6). (Breaking changes for watchexec lib #601)--print-events
and--clear
can meaningfully be used together. (Breaking changes for watchexec lib #601)--help
and short-h
flags. (Breaking changes for watchexec lib #601)