We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b116b9 commit 7a0644cCopy full SHA for 7a0644c
README.md
@@ -41,4 +41,26 @@ GITHUB_TOKEN=xxx github-flow-manager octocat Hello-World test master "StatusSucc
41
##### Commit was pushed more than 30 minutes ago
42
`PushedDate < "now-30m"`
43
##### Commit was pushed more than 30 minutes ago and status is SUCCESS
44
-`PushedDate < "now-30m" AND StatusSuccess == true`
+`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