/at-changelog

Quick tool to create a changelog from the releases in the microsoft/azuretools repo

Primary LanguageTypeScript

Tool used to auto-generate a changelog based on GitHub releases in the Microsoft/vscode-azuretools repo.

Just run it locally using the Azure Functions extension and hit a url like this:

http://localhost:7071/getChangelog?name=ui

NOTE: set the environment variable GITHUB_RO_PAT to a personal access token for your GitHub account to avoid hitting a rate limit.