Release

coquibot/coqui-toolkit-release

Release orchestration toolkit for Coqui — GitHub repo creation, WP-Coqui registration, and cross-platform release status

packagistreleasepublishinggithub
0 downloads 0 stars

Required Credentials

GITHUB_TOKEN

GitHub Personal Access Token with 'repo' scope — create at https://github.com/settings/tokens

COQUI_RELEASE_URLOptional

WP-Coqui API base URL (default: https://coqui.space/wp-json/coqui/v1) — override for self-hosted instances

COQUI_RELEASE_USERNAMEOptional

WordPress username on WP-Coqui site — required for toolkit registration

COQUI_RELEASE_APP_PASSWORDOptional

WordPress Application Password for WP-Coqui — generate at Users > Profile > Application Passwords

Package Info

{
  "gated": {
    "github_repo": [
      "create"
    ],
    "wpcoqui_register": [
      "*"
    ]
  },
  "toolkits": [
    "CoquiBot\\Toolkits\\Release\\ReleaseToolkit"
  ]
}