Skip to content

Yorumi CLI v0.1.1

Choose a tag to compare

@davenarchives davenarchives released this 01 Jun 17:14

Yorumi CLI v0.1.1

Packaging release for first package-manager submissions.

Added

  • Added MIT license metadata for package-manager review.
  • Added Scoop manifest template for installing from the GitHub release zip.
  • Added Chocolatey package scripts that run the official Windows installer.
  • Added Winget packaging notes with required package identity fields.

Package Managers

  • Scoop scaffold added at packaging/scoop/yorumi-cli.json.
  • Chocolatey scaffold added at packaging/chocolatey/.
  • Winget notes added at packaging/winget/README.md.

Notes

v0.1.1 should be treated as a packaging preparation release. Use v0.1.2 for package-manager testing/submission because it pins installer refs correctly.

Validation

  • npm run build
  • node --check docs/script.js
  • Scoop manifest JSON parse check
  • Chocolatey .nuspec XML parse check
  • Chocolatey PowerShell script parse check