Skip to content

Commit

Permalink
Fix nested list item indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sohrab- authored Jan 29, 2019
1 parent 5fa9c43 commit 7b4ddbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/miscellaneous/versions-and-buildnumbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
![bump-version-restoration](/images/bump-version-restoration.png)

0 comments on commit 7b4ddbe

Please sign in to comment.