chore(deps): update dependency knope to v0.16.1 #1008
Merged
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 PR contains the following updates:
0.14.1
->0.16.1
Release Notes
knope-dev/knope (knope)
v0.16.1
Compare Source
Features
Add
help_text
option to workflows[[workflows]]
can now havehelp_text
:Example:
The message is displayed when running
knope --help
:PR #960 closes issue #959. Thanks @alex-way!
Use bullets to describe simple changes
The previous changelog & forge release format used headers for the summary of all changes, these entries were hard
to follow for simple changes like this:
Now, simple changes are described with bullets at the top of the section. More complex changes will come after
any bullets, using the previous format:
Right now, a simple change is any change which comes from a conventional commit (whether from the commit summary or
from a footer) or a changeset with only a header in it. Here are three simple changes:
v0.16.0
Compare Source
Breaking Changes
Don't delete changesets for prereleases
Previously, using
PrepareRelease
to create a prerelease (for example, with--prerelease-label
) would delete allchangesets, 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 forCommand
stepsYou can now add
shell=true
to aCommand
step to run the command in the current shell.This lets you opt in to the pre-0.15.0 behavior.
v0.15.0
Compare Source
Breaking Changes
Don't run
Command
steps in shellThe
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 thisinto 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.
This PR has been generated by Mend Renovate. View repository job log here.