diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae61e9..8404817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 branch to `main`. - DFSDsc - Automatically publish documentation to GitHub Wiki - Fixes [Issue #109](https://github.com/dsccommunity/DFSDsc/issues/109). +- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #113](https://github.com/dsccommunity/DFSDsc/issues/113). ## [4.4.0.0] - 2019-09-19 diff --git a/GitVersion.yml b/GitVersion.yml index 82ff031..37cc23d 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -15,13 +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: [] merge-message-formats: {}