draft: @game-ci/itch-deploy plugin (structural skeleton) - #127
draft: @game-ci/itch-deploy plugin (structural skeleton)#127frostebite wants to merge 2 commits into
Conversation
Structural skeleton for an itch.io deploy plugin (game-ci deploy itch), mirroring @game-ci/steam-deploy's shape. Not wired into core's default load list. See plugins/itch-deploy/README.md for what's real vs. TODO.
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
CI's bun install --frozen-lockfile was failing on this branch since the lockfile never reflected the new plugins/<name> workspace member.
|
Superseded by #142, which lands this skeleton verbatim. Consolidated rather than merged individually: every one of these PRs touches |
Structural skeleton for an itch.io deploy plugin (
game-ci deploy itch), mirroring@game-ci/steam-deploy's shape exactly (engine-agnostic, dispatched via thedeploycommand's'*'engine wildcard). Not functional yet -execute()throws, pointing to the README. Should be one of the faster ones to bring to real functionality, since itch.io'sbutlerCLI is straightforward.See
plugins/itch-deploy/README.mdfor what's real vs. TODO.