Skip to content

Commit 3c5743e

Browse files
chore(deps): update dependency knope to v0.16.2 (#1025)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [knope](https://knope.tech) ([source](https://togithub.com/knope-dev/knope)) | patch | `0.16.1` -> `0.16.2` | --- ### Release Notes <details> <summary>knope-dev/knope (knope)</summary> ### [`v0.16.2`](https://togithub.com/knope-dev/knope/blob/HEAD/CHANGELOG.md#0162-2024-04-14) ##### Features ##### Add `get-version` default workflow For **single-package repositories** with no custom workflows defined, there is now a [default workflow](https://knope.tech/reference/default-config/#workflows) called `get-version` that prints out the current package version. If you want similar functionality for multi-package repositories, please add your ideas to [issue #&#8203;988](https://togithub.com/knope-dev/knope/issues/988). Thanks to [@&#8203;BatmanAoD](https://togithub.com/BatmanAoD) for the suggestion and [@&#8203;alex-way](https://togithub.com/alex-way) for the implementation! PR [#&#8203;994](https://togithub.com/knope-dev/knope/issues/994) closed [#&#8203;885](https://togithub.com/knope-dev/knope/issues/885). ##### Add option to ignore conventional commits You can now add `ignore_conventional_commits = true` to a [`PrepareRelease` step](https://knope.tech/reference/config-file/steps/prepare-release/) to ignore commit messages (and only consider changesets): ```toml [[workflows.steps]] type = "PrepareRelease" ignore_conventional_commits = true ``` PR [#&#8203;1008](https://togithub.com/knope-dev/knope/issues/1008) closes [#&#8203;924](https://togithub.com/knope-dev/knope/issues/924). Thanks for the suggestion [@&#8203;ematipico](https://togithub.com/ematipico)! ##### Fixes - Allow omitting the `variables` field for `CreatePullRequest` title and body ##### Documentation ##### Created a new recipe for converting a single-package repo into a monorepo Knope itself is now a monorepo—the process of converting it was documented [here](https:/knope.tech/recipes/convert-to-monorepo). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d7edaa commit 3c5743e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/preview_release_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email [email protected]
1818
- uses: knope-dev/[email protected]
1919
with:
20-
version: 0.16.1
20+
version: 0.16.2
2121
- run: knope prepare-release --verbose
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.PAT }}

.github/workflows/release-dry-run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Install Knope
1414
uses: knope-dev/[email protected]
1515
with:
16-
version: 0.16.1
16+
version: 0.16.2
1717
- run: knope prepare-release --dry-run

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Knope
2020
uses: knope-dev/[email protected]
2121
with:
22-
version: 0.16.1
22+
version: 0.16.2
2323
- name: Install Hatchling
2424
run: pip install --upgrade hatchling
2525
- name: Build

0 commit comments

Comments
 (0)