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.DevOpsExtension
project 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.Shared
class library project which holds all the shared logic betweenChangelog.CLI
andChangelog.VSIX
projects. -
Changelog.Tests
project that contains xUnit.net tests for theChangelog
.