8000 chore(deps): update dependency knope to v0.16.1 by renovate[bot] · Pull Request #1008 · openapi-generators/openapi-python-client · GitHub
[go: up one dir, main page]

Skip to content

chore(deps): update dependency knope to v0.16.1 #1008

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

Merged
merged 2 commits into from
Mar 27, 2024
Merged

chore(deps): update dependency knope to v0.16.1 #1008

merged 2 commits into from
Mar 27, 2024

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Mar 18, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
knope (source) minor 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 have help_text:

Example:

[[workflows]]
name = "release"
help_text = "Prepare a release"

The message is displayed when running knope --help:

A command line tool for automating common development tasks

Usage: knope [OPTIONS] [COMMAND]

Commands:
  release          Prepare a release
  help             Print this message or the help of the given subcommand(s)

...

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:

##### Features
##### A feature

##### Another header with no content in between?

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:

##### Features

- A simple feature
- Another simple feature

##### A complex feature

Some details about that feature

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:

feat: A simple feature

Changelog-Note: A note entry

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 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

Compare Source

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.

@renovate renovate bot force-pushed the renovate/knope branch from 6af70ab to 686936e Compare March 21, 2024 02:46
@renovate renovate bot changed the title chore(deps): update dependency knope to v0.15.0 chore(deps): update dependency knope to v0.16.0 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/knope branch 2 times, most recently from 03665ef to 3c6b14e Compare March 24, 2024 18:12
@renovate renovate bot changed the title chore(deps): update dependency knope to v0.16.0 chore(deps): update dependency knope to v0.16.1 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/knope branch from 3c6b14e to fbd0774 Compare March 26, 2024 18:58
@dbanty dbanty added this pull request to the merge queue Mar 27, 2024
Copy link
Contributor Author
renovate bot commented Mar 27, 2024

Edited/Blocked Notification

Renovate 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.

Merged via the queue into main with commit 881ea6b Mar 27, 2024
@dbanty dbanty deleted the renovate/knope branch March 27, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0