Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with min
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

553 B

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