Azure / azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
https://docs.microsoft.com/azure/developer/go/
MIT License
1.56k stars 802 forks source link

Go mgmt. SDK release toolchain need to support TypeSpec #22929

Open tadelesh opened 1 month ago

tadelesh commented 1 month ago
### Tasks
- [ ] SDK generation
- [ ] ChangeLog generation
- [ ] Breaking change detection
lirenhe commented 1 month ago

Can we prioritize changelog generation first?

tadelesh commented 1 month ago

Can we prioritize changelog generation first?

we need to generate sdk from typespec first, then most of the logic could be reuse for changelog tool and breaking change detection tool.