diff --git a/CHANGELOG.md b/CHANGELOG.md index aaec396..d9d7de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ActiveDirectoryCSDsc - Automatically publish documentation to GitHub Wiki - Fixes [Issue #122](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/122). - Renamed `master` branch to `main` - Fixes [Issue #124](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/124). +- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #126](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/126). ## [5.0.0] - 2020-06-20 diff --git a/GitVersion.yml b/GitVersion.yml index 28c3b4c..e450dcc 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: [] merge-message-formats: {}