File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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