Skip to content

Commit 5fde6eb

Browse files
committed
Moved versionin-mode to reference and fixed link from configuration.
1 parent 330a5c1 commit 5fde6eb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The global configuration options are:
2424

2525
- **`assembly-informational-format:`** Set this to any of the available [variables](/more-info/variables) to change the value of the `AssemblyInformationalVersion` attribute. Default set to `{InformationalVersion}`. It also supports string interpolation (`{MajorMinorPatch}+{Branch}`)
2626

27-
- **`mode:`** Sets the mode of how GitVersion should create a new version. Read more at [versioning mode](./versioning-mode.md)
27+
- **`mode:`** Sets the mode of how GitVersion should create a new version. Read more at [versioning mode](/reference/versioning-mode)
2828

2929
- **`continuous-delivery-fallback-tag:`** When using `mode: ContinuousDeployment`, the value specified will be used as the pre-release tag for branches which do not have one specified. Default set to `ci`.
3030

@@ -45,7 +45,7 @@ The global configuration options are:
4545
- **`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`.
4646

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.
48-
48+
4949
- **`ignore:`** The header for ignore configuration
5050
- **`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.
5151
- **`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.
File renamed without changes.

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ repo_url: https://github.com/GitTools/GitVersion
44

55
pages:
66
- Home: index.md
7-
- Usage:
7+
- Usage:
88
- Usage: usage/usage.md
99
- Command Line: usage/command-line.md
1010
- MSBuild Task: usage/msbuild-task.md
1111
- NuGet Library: usage/nuget-library.md
1212
- Gem: usage/gem.md
1313
- Configuration: configuration.md
14-
- Build Server Support:
14+
- Build Server Support:
1515
- Introduction: build-server-support/build-server-support.md
1616
- Build Servers:
1717
- AppVeyor: build-server-support/build-server/appveyor.md
@@ -51,6 +51,7 @@ pages:
5151
- Git setup: reference/git-setup.md
5252
- Feature branches: reference/feature-branches.md
5353
- Pull requests: reference/pull-requests.md
54+
- Versioning mode: reference/versioning-mode.md
5455
- Mainline development: reference/mainline-development.md
5556
- Continous delivery: reference/continuous-delivery.md
5657
- Continuous deployment: reference/continuous-deployment.md

0 commit comments

Comments
 (0)