Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

feat: add manual Chocolatey publish workflow#83

Merged
rianjs merged 1 commit intomainfrom
feat/manual-chocolatey-publish
Jan 17, 2026
Merged

feat: add manual Chocolatey publish workflow#83
rianjs merged 1 commit intomainfrom
feat/manual-chocolatey-publish

Conversation

@rianjs
Copy link
Collaborator

@rianjs rianjs commented Jan 17, 2026

Summary

Adds a workflow_dispatch workflow for manually publishing releases to Chocolatey.

Use Cases

  1. Initial submission - Publish v0.9.8 to start the moderation process
  2. Retry failed publishes - If automated publish fails
  3. Backfill - Publish older versions if needed

Usage

  1. Go to Actions → "Publish to Chocolatey"
  2. Click "Run workflow"
  3. Enter version (e.g., 0.9.8)
  4. Click "Run workflow"

The workflow validates the release exists before attempting to publish.

Fixes #82

Adds workflow_dispatch workflow for manually publishing releases to
Chocolatey. Useful for initial package submission (requires moderation)
and retrying failed publishes.

Fixes #82
@rianjs rianjs merged commit c596008 into main Jan 17, 2026
2 checks passed
@rianjs rianjs deleted the feat/manual-chocolatey-publish branch January 17, 2026 12:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add manual Chocolatey publish workflow

1 participant