dotnet / templating

This repo contains the Template Engine which is used by dotnet new
https://docs.microsoft.com/dotnet/
MIT License
1.59k stars 365 forks source link

Remove 6.0 automated codeflow #8187

Closed marcpopMSFT closed 2 weeks ago

marcpopMSFT commented 2 weeks ago

It doesn't look like we've been taking branch to branch flow in a while as there are now over a hundred commits. Looks like it's been more than a year. Scanning the PRs, I don't' see anything critical that's missing. Let's just disable the codeflow as it's probably not worth fixing at this point.

We should keep the 8.0 flow for now.

8185