Skip to content

Commit 55c1d23

Browse files
committed
distrib doc small fixes and enhancements
1 parent eaa9bc5 commit 55c1d23

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/distribution.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Distribution
22

33
This section describes how to build and deploy publicly available releases of
4-
the Step CLI.
4+
the Step CA.
55

66
## Creating A New Release
77

@@ -10,13 +10,13 @@ release is as simple as pushing a new github tag.
1010

1111
**Definitions**:
1212

13-
* *Standard Release*: ready for public use. no `-rc*` suffix on the version.
13+
* **Standard Release**: ready for public use. no `-rc*` suffix on the version.
1414
e.g. `v1.0.2`
15-
* *Release Candidate*: not ready for public use, still testing. must have a
15+
* **Release Candidate**: not ready for public use, still testing. must have a
1616
`-rc*` suffix. e.g. `v1.0.2-rc` or `v1.0.2-rc.4`
1717

1818

19-
1. Figure out the most recent existing tag.
19+
1. Find the most recent tag.
2020

2121
```
2222
git fetch --tags
@@ -44,7 +44,7 @@ e.g. `v1.0.2`
4444
is a release candidate, say `v1.0.2-rc.3`, then the version of the next
4545
standard release should be `v1.0.3`.
4646
47-
3. Update the [debian/changelog](./debian/changelog).
47+
3. Update the [debian changelog](./debian/changelog).
4848
4949
1. Update the version to match the tag selected in the previous step. Leave
5050
off the `v` prefix.
@@ -103,9 +103,9 @@ e.g. `v1.0.2`
103103
104104
Travis will build and upload the following artifacts:
105105
106-
* *step-ca_1.0.3_amd64.deb*: debian package for installation on linux.
107-
* *step-ca_1.0.3_linux_amd64.tar.gz*: tarball containing a statically compiled linux binary.
108-
* *step-ca_1.0.3_darwin_amd64.tar.gz*: tarball containing a statically compiled darwin binary.
106+
* **step-ca_1.0.3_amd64.deb**: debian package for installation on linux.
107+
* **step-ca_1.0.3_linux_amd64.tar.gz**: tarball containing a statically compiled linux binary.
108+
* **step-ca_1.0.3_darwin_amd64.tar.gz**: tarball containing a statically compiled darwin binary.
109109
110110
7. Update the Homebrew formula.
111111

0 commit comments

Comments
 (0)