Skip to content

Commit dc0e72d

Browse files
authored
Update Gitversion to latest pattern (#127)
1 parent 60e2b28 commit dc0e72d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- ActiveDirectoryCSDsc
1111
- Automatically publish documentation to GitHub Wiki - Fixes [Issue #122](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/122).
1212
- Renamed `master` branch to `main` - Fixes [Issue #124](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/124).
13+
- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #126](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/126).
1314

1415
## [5.0.0] - 2020-06-20
1516

GitVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ branches:
1515
tag: useBranchName
1616
increment: Minor
1717
regex: f(eature(s)?)?[\/-]
18-
source-branches: ['main']
18+
source-branches: ['master']
1919
hotfix:
2020
tag: fix
2121
increment: Patch
2222
regex: (hot)?fix(es)?[\/-]
23-
source-branches: ['main']
23+
source-branches: ['master']
2424
ignore:
2525
sha: []
2626
merge-message-formats: {}

0 commit comments

Comments
 (0)