Relative Content

Tag Archive for git.net-coreversioningchangelog

How can I create, update separate changelog.md for multiple .csproj projects in a single repository?

There is 1 shared repository (contains .git), pp_shared_lib, which has several projects added to it. It is not possible to separate projects into repositories separate from pp_shared_lib. What are the ways to maintain your own changelog (not just 1 common one) for each project in the repository? The option with submodule, as I understand it, is not suitable, since for this each project must have its own repository. Now, for the task of auto incrementing the version and maintaining the changelog locally (in the current branch), I use the Versionize library in .net core projects, which, when adding > 1 project, throws an exception about “not unambiguously selecting a project for versioning.” What are the possible solutions?