From cc78d43070313efdd486d4f3103b3595f74eaff3 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 23 Jan 2021 18:15:50 +0100 Subject: [PATCH] FileSystemDsc: Fix GitVersion (#14) - FileSystemDsc - The component `gitversion` that is used in the pipeline was wrongly configured when the repository moved to the new default branch `main`. It no longer throws an error when using newer versions of GitVersion. --- CHANGELOG.md | 7 +++++++ GitVersion.yml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3183ff0..8dda338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 or `features`. - Added missing MIT LICENSE file. +### Fixed + +- FileSystemDsc + - The component `gitversion` that is used in the pipeline was wrongly configured + when the repository moved to the new default branch `main`. It no longer throws + an error when using newer versions of GitVersion. + ## [1.1.1] - 2020-04-19 ### Fixed diff --git a/GitVersion.yml b/GitVersion.yml index 0e7be6d..471b25c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -15,12 +15,12 @@ branches: tag: useBranchName increment: Minor regex: f(eature(s)?)?[\/-] - source-branches: ['main'] + source-branches: ['master'] hotfix: tag: fix increment: Patch regex: (hot)?fix(es)?[\/-] - source-branches: ['main'] + source-branches: ['master'] ignore: sha: []