Skip to content

Commit 4a15005

Browse files
authored
Merge pull request #976 from pascalberger/ImproveCommitsBeforeDoc
Improve documentation for commits-before configuration
2 parents 72ef1cd + 0d2afb9 commit 4a15005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The global configuration options are:
4747
- **`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.
4848

4949
- **`ignore:`** The header for ignore configuration
50-
- **`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.
51-
- **`commits-before:`** Allows to setup an exclusion range. Effectively any commit < `commits-before` will be ignored.
50+
- **`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.
51+
- **`commits-before:`** Date and time in the format `yyyy-MM-ddTHH:mm:ss` (eg `commits-before: 2015-10-23T12:23:15`) to setup an exclusion range. Effectively any commit < `commits-before` will be ignored.
5252

5353
- **`is-develop:`** Indicates this branch config represents develop in GitFlow
5454

0 commit comments

Comments
 (0)