Skip to content

glucn/chocolatey-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glucn's Chocolatey packages

This is the repository containing Chocolatey packages maintained by glucn

List of packages

Runbook for publishing a new version (as a reminder for future myself)

  • (Optional) Calculate checksum: Get-FileHash {file}
  • Update the following:
    • chocolateyinstall.ps1
      • $url64
      • $checksum64
    • .nuspec file
      • version
    • (there might be some other info I will need to update)
  • Build the package: choco pack
  • Test the package: choco install ${packageName} --debug --verbose --source .
  • Push the package: choco push ${packageName}.nupkg --source "'https://push.chocolatey.org/'"

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published