Skip to content

Commit 415a771

Browse files
authored
Update Gitversion to latest pattern (#58)
1 parent ff8bb57 commit 415a771

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
coverage - Fixes [Issue #50](https://github.com/dsccommunity/FileContentDsc/issues/50).
2424
- Automatically publish documentation to GitHub Wiki - Fixes [Issue #51](https://github.com/dsccommunity/FileContentDsc/issues/51).
2525
- Renamed `master` branch to `main` - Fixes [Issue #53](https://github.com/dsccommunity/FileContentDsc/issues/53).
26+
- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #57](https://github.com/dsccommunity/FileContentDsc/issues/57).
2627

2728
## [1.3.0.151] - 2019-07-20
2829

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)