Skip to content
Discussion options

You must be logged in to vote

No, this is not possible. You can find the logic at the following location:

protected SemanticVersionBuildMetaData CreateVersionBuildMetaData(ICommit? baseVersionSource)
{
var commitLogs = this.repositoryStore.GetCommitLog(
baseVersionSource: baseVersionSource,
currentCommit: Context.CurrentCommit,
ignore: Context.Configuration.Ignore
);

I was thinking that it might be possible to create a new GitVersion variable in order to build a customized InformationalVersion (by specifying assembly-informational-format). Could you ple…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HHobeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants