diff --git a/CHANGELOG.md b/CHANGELOG.md index 9041efaa..d7471baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Renamed `master` branch to `main` - Fixes [Issue #237](https://github.com/dsccommunity/CertificateDsc/issues/237). +- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #245](https://github.com/dsccommunity/CertificateDsc/issues/245). ## [5.0.0] - 2020-10-16 diff --git a/GitVersion.yml b/GitVersion.yml index 0189e14e..7e6adae9 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: {}