You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/more-info/version-increments.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ See [Octopus deploy](../build-server-support/build-server/octopus-deploy.md)
23
23
With v3 there are multiple approaches.
24
24
25
25
### Commit messages
26
-
Adding `+semver: breaking` or `+semver: major` will cause the major version to be increased, `+semver: feature` or `+semver:minor` will bump minor and `+semver:patch` or `+semver:fix` will bump the patch.
26
+
Adding `+semver: breaking` or `+semver: major` will cause the major version to be increased, `+semver: feature` or `+semver:minor` will bump minor and `+semver:patch` or `+semver:fix` will bump the patch.
27
27
28
28
#### Configuration
29
29
The feature is enabled by default but can be disabled via configuration, the regex we use can be changed:
0 commit comments