Skip to content

Commit 3705864

Browse files
authored
Bump to v3 in GitVersion (#1633)
* Bump to v3 in GitVersion * Fix typo in change log
1 parent fd7ef9b commit 3705864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GitVersion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configure GitVersion
33
#
44

5-
next-version: 2.0.0
5+
next-version: 3.0.0
66
branches:
77
main:
88
regex: ^main$
@@ -11,7 +11,7 @@ branches:
1111
is-mainline: true
1212
feature:
1313
regex: ^feature/
14-
source-branches: [ 'main' ]
14+
source-branches: ['main']
1515
increment: Inherit
1616
tag: B
1717
release:

docs/CHANGELOG-v3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ What's changed since release v2.9.0:
3838
- See [upgrade notes][1] for details.
3939
- **Breaking change:** Removed deprecated execution options by @BernieWhite.
4040
[#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.
4242
[#1601](https://github.com/microsoft/PSRule/issues/1601)
4343
- Expanded support for `FileHeader` assertion by @BernieWhite.
4444
[#1521](https://github.com/microsoft/PSRule/issues/1521)

0 commit comments

Comments
 (0)