chore(deps): update dependency knope to v0.16.0
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| knope (source) | minor | 0.14.1 -> 0.16.0 |
Release Notes
knope-dev/knope (knope)
v0.16.0
Breaking Changes
Don't delete changesets for prereleases
Previously, using PrepareRelease to create a prerelease (for example, with --prerelease-label) would delete all
changesets, just like a full release. This was a bug, but the fix is a breaking change if you were
relying on that behavior.
Features
Add a shell variable for Command steps
You can now add shell=true to a Command step to run the command in the current shell.
This lets you opt in to the pre-0.15.0 behavior.
[[workflows.steps]]
type = "Command"
command = "echo $AN_ENV_VAR"
shell = true
v0.15.0
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!
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.