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: []