Skip to content

[WinGet, Chocolatey, Scoop] Add package manager release prep#3095

Draft
DRSDavidSoft wants to merge 1 commit into
masterfrom
codex/package-manager-release-prep
Draft

[WinGet, Chocolatey, Scoop] Add package manager release prep#3095
DRSDavidSoft wants to merge 1 commit into
masterfrom
codex/package-manager-release-prep

Conversation

@DRSDavidSoft

@DRSDavidSoft DRSDavidSoft commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Tip

Status: On hold until after the development merge into master; however it was important enough to ask @cmderdev/core to take action regarding registering and allowing us to publish new "official" releases.

Summary

Refs #3094.

  • add scripts/package-managers.ps1 to generate WinGet manifests and Chocolatey package sources from official Cmder release assets and hashes.txt
  • add docs/package-managers.md with the release-time flow for WinGet, Chocolatey, and Scoop
  • keep external publishing as explicit maintainer actions rather than automating registry pushes before ownership/policy is settled

Validation

  • .\scripts\package-managers.ps1 -Version 1.3.25 -ReleaseTag v1.3.25 -ReleaseDate 2024-05-31 -Clean
  • powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\package-managers.ps1 -Version 1.3.25 -ReleaseTag v1.3.25 -ReleaseDate 2024-05-31 -OutputPath .\build\package-managers-windows-powershell -Clean
  • winget validate --manifest .\build\package-managers\winget\manifests\c\Cmder\Cmder\1.3.25
  • winget validate --manifest .\build\package-managers\winget\manifests\c\Cmder\CmderMini\1.3.25
  • choco pack .\build\package-managers\chocolatey\Cmder\Cmder.nuspec
  • choco pack .\build\package-managers\chocolatey\cmdermini\cmdermini.nuspec

Chocolatey reported only the local machine's pending reboot warning during choco pack; package creation succeeded for both generated packages.

@DRSDavidSoft DRSDavidSoft changed the title [codex] Add package manager release prep [WinGet, Chocolatey, Scoop] Add package manager release prep Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant