1
0
Fork
You've already forked wordpress-plugin-release
0
A Forgejo Actions module to create automatic releases on forgejo for WordPress plugins.
  • Shell 100%
2025年02月05日 12:43:48 +01:00
action.yml initial commit 2025年02月05日 12:43:48 +01:00
LICENSE Initial commit 2025年02月05日 11:25:40 +00:00
README.md initial commit 2025年02月05日 12:43:48 +01:00
wordpress-plugin-release.sh initial commit 2025年02月05日 12:43:48 +01:00

wordpress-plugin-release

Description

Creates a WordPress plugin release on Forgejo, extracting the changelog and uploading a zip.

Inputs

name description required default
github_token

GitHub token for authentication

true ""
plugin_name

The name of the plugin directory in the archive

true ""
url

Forgejo/GitHub instance URL

false ""
repo

Repository owner/project

false ""
tag

Tag for the release

false ""
title

Title of the release

false ""
prerelease

Mark release as pre-release

false false
hide_archive_link

Hide default archive links

false false

Runs

This action is a composite action.