diff --git a/docs/miscellaneous/versions-and-buildnumbers.md b/docs/miscellaneous/versions-and-buildnumbers.md index 015c48ff..6272dbd2 100644 --- a/docs/miscellaneous/versions-and-buildnumbers.md +++ b/docs/miscellaneous/versions-and-buildnumbers.md @@ -132,10 +132,10 @@ Its new value only exists within the job's build plan, being passed between cont There are [two options](https://github.com/concourse/semver-resource#version-bumping-semantics) for bumping a `semver` value when fetching it: * `bump`: Optional. Bump the version number semantically. The value must be one of: - * `major`: Bump the major version number, e.g. `1.0.0` -> `2.0.0`. - * `minor`: Bump the minor version number, e.g. `0.1.0` -> `0.2.0`. - * `patch`: Bump the patch version number, e.g. `0.0.1` -> `0.0.2`. - * `final`: Promote the version to a final version, e.g. `1.0.0-rc.1` -> `1.0.0`. + * `major`: Bump the major version number, e.g. `1.0.0` -> `2.0.0`. + * `minor`: Bump the minor version number, e.g. `0.1.0` -> `0.2.0`. + * `patch`: Bump the patch version number, e.g. `0.0.1` -> `0.0.2`. + * `final`: Promote the version to a final version, e.g. `1.0.0-rc.1` -> `1.0.0`. * `pre`: Optional. When bumping, bump to a prerelease (e.g. `rc` or `alpha`), or bump an existing prerelease. In the pipeline example above we `pre` bumped the `rc` number: @@ -183,4 +183,4 @@ fly -t bucc trigger-job -j versions-and-buildnumbers/bump-version -w Our new pipeline will start its internal build numbers at `#1` again, but it restores the previous `version` value. -![bump-version-restoration](/images/bump-version-restoration.png) \ No newline at end of file +![bump-version-restoration](/images/bump-version-restoration.png)