Skip to content

Commit 64577fa

Browse files
authored
docs: ordered steps to release
1 parent 1034689 commit 64577fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/release.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Our release process is automated using [goreleaser](https://github.com/gorelease
44

55
When we release we do the following process:
66

7-
- We decide together (usually in the #kubectl-trace channel in Kubernetes slack) what's the next version to tag
8-
- A person with repository rights does the tag
9-
- The same person runs goreleaser in their machine
10-
- The tag is live on Github with the artifacts
11-
- Travis will build the tag and push the related docker images
7+
1. We decide together (usually in the #kubectl-trace channel in Kubernetes slack) what's the next version to tag
8+
2. A person with repository rights does the tag
9+
3. The same person runs goreleaser in their machine
10+
4. The tag is live on Github with the artifacts
11+
5. Travis builds the tag and push the related docker images
1212

1313
## Release commands
1414

@@ -22,7 +22,7 @@ git push origin v0.1.0-rc.0
2222
Run goreleaser, make sure to export your GitHub token first.
2323

2424
```
25-
export GITHUB_TOKEN=`YOUR_GH_TOKEN`
25+
export GITHUB_TOKEN=<YOUR_GH_TOKEN>
2626
make cross
2727
```
2828

0 commit comments

Comments
 (0)