This repository contains:
-
Changelog- Changelog Manager (CLI for merging changes to theCHANGELOG.md). -
Changelog.CLI- Changelog Create CLI. -
Changelog.VSIX- Changelog Create extension for Visual Studio. -
Changelog.VSCodeExtension- Changelog Create extension for Visual Studio Code. -
Changelog.DevOpsExtensionproject that contains the extension developed for the Azure DevOps containing Merge Changelog task. The task to merge files describing changes made into a changelog file. Changelog Manager extension for Azure DevOps. -
Changelog.Sharedclass library project which holds all the shared logic betweenChangelog.CLIandChangelog.VSIXprojects. -
Changelog.Testsproject that contains xUnit.net tests for theChangelog.