Skip to content

Commit 7b741c5

Browse files
committed
#4120 - update Breaking Changes, adding info about the removed legacy output variables
1 parent 0a2797f commit 7b741c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@
7171
* When creating a branch with name `hotfix/next` (by using the `GitFlow` workflow) or `release/next` (by the `GitHubFlow` workflow) the resulting version will yield to a patched version per default.
7272
* If you have a tag `1.0.0` on `main` and branch from `main` to `release/1.0.1` then the next version number will be `1.1.0` when using the `GitFlow` workflow. This behavior is expected (but different compared to the `GitHubFlow` workflow) because on the `GitFlow` workflow you have an addition branch configuration with name hotfix where `is-release-branch` is set to `true`. That means if you want `1.0.1` as a next version you need to branch to `hotfix/1.0.1` or `hotfix/next`. On the other hand if you use the `GitHubFlow` workflow the next version number will be `1.0.1` because the increment on the `release` branch is set to `Patch`.
7373
74+
### Legacy Output Variables
75+
76+
The following legacy output variables have been removed in this version:
77+
78+
* `BuildMetaDataPadded`
79+
* `LegacySemVer`
80+
* `LegacySemVerPadded`
81+
* `NuGetVersionV2`
82+
* `NuGetVersion`
83+
* `NuGetPreReleaseTagV2`
84+
* `NuGetPreReleaseTag`
85+
* `CommitsSinceVersionSourcePadded`
86+
7487
## v5.0.0
7588
7689
* Version numbers in branches other than `release` branches are no longer

0 commit comments

Comments
 (0)