We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaa174 commit 943fc4cCopy full SHA for 943fc4c
src/GitVersion.Core/VersionCalculation/TrunkBased/NonTrunk/FirstCommitOnRelease.cs
@@ -2,6 +2,11 @@
2
3
namespace GitVersion.VersionCalculation.TrunkBased.NonTrunk;
4
5
+/// <summary>
6
+/// This incrementer identifies the first commit on a branch marked with IsReleaseBranch true and appends the version number for
7
+/// instance 1.0.0 (extracted from the branch name) as an alternative semantic version to the context. This information will be
8
+/// used later to bump the version number to a higher value if necessary.
9
+/// </summary>
10
internal sealed class FirstCommitOnRelease : ITrunkBasedIncrementer
11
{
12
// B 57 minutes ago (HEAD -> release/1.0.0)
0 commit comments