Skip to content

Commit 7a0644c

Browse files
committed
update readme with build instruction
1 parent 8b116b9 commit 7a0644c

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,26 @@ GITHUB_TOKEN=xxx github-flow-manager octocat Hello-World test master "StatusSucc
4141
##### Commit was pushed more than 30 minutes ago
4242
`PushedDate < "now-30m"`
4343
##### Commit was pushed more than 30 minutes ago and status is SUCCESS
44-
`PushedDate < "now-30m" AND StatusSuccess == true`
44+
`PushedDate < "now-30m" AND StatusSuccess == true`
45+
46+
## How to build
47+
48+
You will need:
49+
* `goreleaser` binary
50+
* Github access using token
51+
* Docker image push access
52+
53+
Check tags
54+
```
55+
git tag
56+
```
57+
58+
Tag your changes
59+
```
60+
git tag -a v1.0.X -m "fix"
61+
```
62+
63+
Release
64+
```
65+
GITHUB_TOKEN=821dhf9harnaszpuchy55a2a8s93ns goreleaser release
66+
```

0 commit comments

Comments
 (0)