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/configuration.md
+4
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ The global configuration options are:
41
41
-**`commits-since-version-source-padding:`** The number of characters to pad `CommitsSinceVersionSource` to in the `CommitsSinceVersionSourcePadded`[variable](/more-info/variables). Is default set to `4`, which will pad the `CommitsSinceVersionSource` value of `1` to `0001`.
42
42
43
43
-**`commit-message-incrementing:`** Sets whether it should be possible to increment the version with special syntax in the commit message. See the `*-version-bump-message` options above for details on the syntax. Default set to `Enabled`; set to `Disabled` to disable.
44
+
45
+
-**`ignore:`** The header for ignore configuration
46
+
-**`sha:`** A sequence of SHAs to be excluded from the version calculations. Useful when there is a rogue commit in history yielding a bad version.
47
+
-**`commits-before:`** Allows to setup an exclusion range. Effectively any commit < `commits-before` will be ignored.
0 commit comments