diff --git a/GitVersion.yml b/GitVersion.yml index 33f0cc028c..68211badbf 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -2,7 +2,7 @@ # Configure GitVersion # -next-version: 2.0.0 +next-version: 3.0.0 branches: main: regex: ^main$ @@ -11,7 +11,7 @@ branches: is-mainline: true feature: regex: ^feature/ - source-branches: [ 'main' ] + source-branches: ['main'] increment: Inherit tag: B release: diff --git a/docs/CHANGELOG-v3.md b/docs/CHANGELOG-v3.md index ff10775ef4..aa5f411e3a 100644 --- a/docs/CHANGELOG-v3.md +++ b/docs/CHANGELOG-v3.md @@ -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)