Skip to content

Commit 89dc670

Browse files
chore(deps): update dependency knope to v0.13.4 (#937)
[![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.13.3` -> `0.13.4` | --- ### Release Notes <details> <summary>knope-dev/knope (knope)</summary> ### [`v0.13.4`](https://togithub.com/knope-dev/knope/blob/HEAD/CHANGELOG.md#0134-2024-01-13) [Compare Source](https://togithub.com/knope-dev/knope/compare/v0.13.3...v0.13.4) ##### Features ##### Gitea support PR [#&#8203;759](https://togithub.com/knope-dev/knope/issues/759) closed issue [#&#8203;743](https://togithub.com/knope-dev/knope/issues/743). Thank you, [@&#8203;FallenValkyrie](https://togithub.com/FallenValkyrie)! - Added Support for Gitea in the `CreatePullRequest` step - Added Support for Gitea in the `Release` step - Added A new `SelectGiteaIssue` step - Add support to generate Gitea config from known public Gitea instances To use these new steps, just add a new section to your configuration, like this: ```toml [gitea] repo = "knope" owner = "knope-dev" host = "https://codeberg.org" ``` You can now use the supported steps in the same way as their GitHub equivalents. > \[!TIP] > Knope can now generate a configuration for you, if your repository's remote is one of the known > public Gitea instances. Currently only [Codeberg](https://codeberg.org) is supported, > but feel free to add more [here](https://togithub.com/knope-dev/knope/blob/main/src/config/toml/config.rs#L90). </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ddf1f6 commit 89dc670

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .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.13.3
20+
version: 0.13.4
2121
- run: knope prepare-release --verbose
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.PAT }}

Diff for: .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.13.3
16+
version: 0.13.4
1717
- run: knope prepare-release --dry-run

Diff for: .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.13.3
22+
version: 0.13.4
2323
- name: Install Hatchling
2424
run: pip install --upgrade hatchling
2525
- name: Build

0 commit comments

Comments
 (0)