Skip to content

Commit

Permalink
Integrate code review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
HHobeck committed May 7, 2024
1 parent bcaa174 commit 943fc4c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace GitVersion.VersionCalculation.TrunkBased.NonTrunk;

/// <summary>
/// This incrementer identifies the first commit on a branch marked with IsReleaseBranch true and appends the version number for
/// instance 1.0.0 (extracted from the branch name) as an alternative semantic version to the context. This information will be
/// used later to bump the version number to a higher value if necessary.
/// </summary>
internal sealed class FirstCommitOnRelease : ITrunkBasedIncrementer
{
// B 57 minutes ago (HEAD -> release/1.0.0)
Expand Down

0 comments on commit 943fc4c

Please sign in to comment.