Skip to content

Instantly share code, notes, and snippets.

@rlespinasse
Last active January 14, 2016 22:32
Show Gist options
  • Save rlespinasse/655b9f5e2c7caaedac51 to your computer and use it in GitHub Desktop.
Save rlespinasse/655b9f5e2c7caaedac51 to your computer and use it in GitHub Desktop.
HOW-TO: Update the verions of golo-lang on Chocolatey

Update the versions of golo-lang on Chocolatey

Retrieve information

  • Get the url of the distribution archive for the new release
  • Get the url of the blog post about the new release

Propose the pull request for the release

  • Fork https://github.com/golo-lang/chocolatey-golo
  • Create a new branch golo-{version}[-{milestone}]
  • Edit golo.nuspec with
    • <version>{version}[-{milestone}]</version>
    • <releaseNotes>{url of the release blog post}</releaseNotes>
  • Edit tools/chocolateyInstall.ps1 with the archive url
  • Commit with the message golo {version}[-{milestone}]
  • Propose the pull-request

Wait the merge of the pull-request

  • When the wait is over, choco install golo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment