From 60ee6e809420e9a9d81b1705dbd5e3d2ff6c87d7 Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Wed, 20 Jan 2021 21:16:29 +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 4dda4da..1cc876f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 coverage - Fixes [Issue #50](https://github.com/dsccommunity/FileContentDsc/issues/50). - Automatically publish documentation to GitHub Wiki - Fixes [Issue #51](https://github.com/dsccommunity/FileContentDsc/issues/51). - Renamed `master` branch to `main` - Fixes [Issue #53](https://github.com/dsccommunity/FileContentDsc/issues/53). +- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #57](https://github.com/dsccommunity/FileContentDsc/issues/57). ## [1.3.0.151] - 2019-07-20 diff --git a/GitVersion.yml b/GitVersion.yml index 2f147b2..7502831 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: {}