File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ']
2424ignore :
2525 sha : []
2626merge-message-formats : {}
You can’t perform that action at this time.
0 commit comments