Back to Tye

Guide on releasing tye

eng/StagingRelease.md

0.11.0552 B
Original Source

Guide on releasing tye

Releasing binary

  1. Grab latest build off dnceng/internal.
  2. Download it locally.
  3. dotnet nuget push <PACKAGE> --source https://api.nuget.org/v3/index.json -k <APIKEY>

Updating repo to next version

Tag release

  • git tag release/<version>
  • git push --tags