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

fix(packaging): Correct Winget PackageIdentifier capitalization #27

@rianjs

Description

@rianjs

Problem

The Winget publishing pipeline failed due to a PackageIdentifier capitalization mismatch. Per microsoft/winget-pkgs#331362, the identifier should be OpenCLICollective (CLI in uppercase) but was incorrectly set to OpenCliCollective.

Changes Required

  1. Rename manifest files:

    • packaging/winget/OpenCliCollective.gmail-ro.yamlOpenCLICollective.gmail-ro.yaml
    • packaging/winget/OpenCliCollective.gmail-ro.installer.yamlOpenCLICollective.gmail-ro.installer.yaml
    • packaging/winget/OpenCliCollective.gmail-ro.locale.en-US.yamlOpenCLICollective.gmail-ro.locale.en-US.yaml
  2. Update PackageIdentifier inside manifests:

    • Change PackageIdentifier: OpenCliCollective.gmail-ro to PackageIdentifier: OpenCLICollective.gmail-ro
  3. Update workflow files:

    • .github/workflows/winget-publish.yml

Note

This is a breaking change for existing Winget users - they'll need to uninstall the old package and install with the new identifier. Other repos (confluence-cli, jira-ticket-cli, slack-chat-api) already use the correct capitalization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions