mirror of https://github.com/dotnet/tye.git
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
553 B
Guide on releasing tye
Releasing binary
- Grab latest build off dnceng/internal.
- Download it locally.
dotnet nuget push <PACKAGE> --source https://api.nuget.org/v3/index.json -k <APIKEY>
Updating repo to next version
- Update getting started and other places in tutorial to just released version.
- Update Working with CI builds with next version.
- Update Version.props to next version.
Tag release
git tag release/<version>git push --tags