File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Our release process is automated using [goreleaser](https://github.com/gorelease
4
4
5
5
When we release we do the following process:
6
6
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
12
12
13
13
## Release commands
14
14
@@ -22,7 +22,7 @@ git push origin v0.1.0-rc.0
22
22
Run goreleaser, make sure to export your GitHub token first.
23
23
24
24
```
25
- export GITHUB_TOKEN=` YOUR_GH_TOKEN`
25
+ export GITHUB_TOKEN=< YOUR_GH_TOKEN>
26
26
make cross
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments