chore(deps): update dependency knope to v0.16.1#1008
Merged
Conversation
6af70ab to
686936e
Compare
03665ef to
3c6b14e
Compare
3c6b14e to
fbd0774
Compare
dbanty
approved these changes
Mar 27, 2024
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This file contains hidden or 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
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 PR contains the following updates:
0.14.1->0.16.1Release Notes
knope-dev/knope (knope)
v0.16.1Compare Source
Features
Add
help_textoption 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.0Compare Source
Breaking Changes
Don't delete changesets for prereleases
Previously, using
PrepareReleaseto 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
shellvariable forCommandstepsYou can now add
shell=trueto aCommandstep to run the command in the current shell.This lets you opt in to the pre-0.15.0 behavior.
v0.15.0Compare Source
Breaking Changes
Don't run
Commandsteps in shellThe
Commandstep 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
Commandsteps.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.