From b3a19099d890e5d43c0124b856867cbeca1b67ab Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Wed, 20 Jan 2021 20:59:26 +1300 Subject: [PATCH] Update Gitversion to latest pattern --- CHANGELOG.md | 1 + GitVersion.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: {}