Skip to content

Commit 13e64f8

Browse files
dbantyGitHub
and
GitHub
authored
chore: prepare release 0.15.0 (#943)
This PR was created by Knope. Merging it will create a new release ### Breaking Changes #### Don't run `Command` steps in shell The `Command` step no longer attempts to run the command in a default shell for the detected operating system. This fixes a compatibility issue with Windows. If this change doesn't work for your workflow, please open an issue describing your need so we can fix it. Notably, using `&&` in a command (as was the case for some default workflows) will no longer work. Instead, split this into multiple `Command` steps. PR #919 closes issue #918. Thanks for reporting @alex-way! --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
1 parent e1d350c commit 13e64f8

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.changeset/do_not_run_command_steps_in_shell.md

-15
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ The results are changes to the current directory, calls to external commands, an
1010
Notably, anything written to standard output or standard error
1111
(what you see in the terminal) is _not_ considered part of the public API and may change between any versions.
1212

13+
## 0.15.0 (2024-03-18)
14+
15+
### Breaking Changes
16+
17+
#### Don't run `Command` steps in shell
18+
19+
The `Command` step no longer attempts to run the command in a default shell for the detected operating system.
20+
This fixes a compatibility issue with Windows.
21+
22+
If this change doesn't work for your workflow, please open an issue describing your need so we can fix it.
23+
24+
Notably, using `&&` in a command (as was the case for some default workflows) will no longer work. Instead, split this
25+
into multiple `Command` steps.
26+
27+
PR #919 closes issue #918. Thanks for reporting @alex-way!
28+
1329
## 0.14.1 (2024-02-23)
1430

1531
### Features

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "knope"
33
description = "A command line tool for automating common development tasks"
4-
version = "0.14.1"
4+
version = "0.15.0"
55
authors = ["Dylan Anthony <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)