From 9a1815180bff96d322f53ebc4fe563cffe2f2b7d Mon Sep 17 00:00:00 2001 From: Sean Feldman Date: Fri, 18 Oct 2019 10:42:01 -0600 Subject: [PATCH] ignore the sha of the commit that promoted incorrect version increase (GitVersion bug workaround) --- GitVersion.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 49556f930..8144ee242 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -7,4 +7,7 @@ branches: increment: Minor tracks-release-branches: true release: - tag: '' \ No newline at end of file + tag: '' +ignore: + sha: + - e6ed46c7c9a17048039e4846eafe53be32b79c73 \ No newline at end of file