Skip to content

0.13.4 (2024-01-13)

Compare
Choose a tag to compare
@dbanty dbanty released this 13 Jan 01:46
· 562 commits to main since this release
68361b6

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:

[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 is supported,
but feel free to add more here.