Skip to content

feat(chocolatey): simplify packaging per reviewer feedback#100

Merged
rianjs merged 1 commit intomainfrom
feat/simplify-chocolatey-packaging
Feb 7, 2026
Merged

feat(chocolatey): simplify packaging per reviewer feedback#100
rianjs merged 1 commit intomainfrom
feat/simplify-chocolatey-packaging

Conversation

@rianjs
Copy link
Copy Markdown
Contributor

@rianjs rianjs commented Feb 7, 2026

Summary

  • Remove unnecessary .ignore file creation for both cfl and jtk (Chocolatey only shims .exe files)
  • Remove custom uninstall scripts for both cfl and jtk (Chocolatey handles zip package cleanup natively via Install-ChocolateyZipPackage)
  • Remove uninstall script validation steps from test-chocolatey.yml

Per Chocolatey reviewer feedback from flcdrg (David).

Closes #99

Remove unnecessary .ignore file creation (Chocolatey only shims .exe
files) and remove custom uninstall script (Chocolatey handles zip
package cleanup natively).

Applies to both cfl and jtk packages.

Closes #99
@rianjs rianjs merged commit 1ec7844 into main Feb 7, 2026
9 checks passed
@rianjs rianjs deleted the feat/simplify-chocolatey-packaging branch February 7, 2026 19:50
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.

feat: simplify Chocolatey packaging per reviewer feedback

1 participant