File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# Configure GitVersion
3
3
#
4
4
5
- next-version : 2 .0.0
5
+ next-version : 3 .0.0
6
6
branches :
7
7
main :
8
8
regex : ^main$
@@ -11,7 +11,7 @@ branches:
11
11
is-mainline : true
12
12
feature :
13
13
regex : ^feature/
14
- source-branches : [ 'main' ]
14
+ source-branches : ['main']
15
15
increment : Inherit
16
16
tag : B
17
17
release :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ What's changed since release v2.9.0:
38
38
- See [ upgrade notes] [ 1 ] for details.
39
39
- ** Breaking change:** Removed deprecated execution options by @BernieWhite .
40
40
[ #1457 ] ( https://github.com/microsoft/PSRule/issues/1457 )
41
- - ** Breaking change:** Remove deprecated object properties by @BernieWhite .
41
+ - ** Breaking change:** Removed deprecated object properties by @BernieWhite .
42
42
[ #1601 ] ( https://github.com/microsoft/PSRule/issues/1601 )
43
43
- Expanded support for ` FileHeader ` assertion by @BernieWhite .
44
44
[ #1521 ] ( https://github.com/microsoft/PSRule/issues/1521 )
You can’t perform that action at this time.
0 commit comments