Skip to content

Commit

Permalink
Bump to v3 in GitVersion (microsoft#1633)
Browse files Browse the repository at this point in the history
* Bump to v3 in GitVersion

* Fix typo in change log
  • Loading branch information
BernieWhite authored Oct 3, 2023
1 parent fd7ef9b commit 3705864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Configure GitVersion
#

next-version: 2.0.0
next-version: 3.0.0
branches:
main:
regex: ^main$
Expand All @@ -11,7 +11,7 @@ branches:
is-mainline: true
feature:
regex: ^feature/
source-branches: [ 'main' ]
source-branches: ['main']
increment: Inherit
tag: B
release:
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ What's changed since release v2.9.0:
- See [upgrade notes][1] for details.
- **Breaking change:** Removed deprecated execution options by @BernieWhite.
[#1457](https://github.com/microsoft/PSRule/issues/1457)
- **Breaking change:** Remove deprecated object properties by @BernieWhite.
- **Breaking change:** Removed deprecated object properties by @BernieWhite.
[#1601](https://github.com/microsoft/PSRule/issues/1601)
- Expanded support for `FileHeader` assertion by @BernieWhite.
[#1521](https://github.com/microsoft/PSRule/issues/1521)
Expand Down

0 comments on commit 3705864

Please sign in to comment.