Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare release 0.13.4 (#782)
This PR was created by Knope. Merging it will create a new release ### Features #### Gitea support PR #759 closed issue #743. Thank you, @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://github.com/knope-dev/knope/blob/main/src/config/toml/config.rs#L90). --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
- Loading branch information