You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ $ zero init
89
89
✔ EKS + Go + React + Gatsby
90
90
✔ Should the created projects be checked into github automatically? (y/n): y
91
91
✔ What's the root of the github org to create repositories in?: github.com/myapp-org
92
-
✔ Existing AWS Profiles
92
+
✔ Existing AWS Profiles
93
93
✔ default
94
94
95
95
Github personal access token: used for creating repositories for your project
@@ -181,7 +181,7 @@ zero-deployable-backend:
181
181
- Production API: api.commitzero.com
182
182
```
183
183
184
-
***Your stack is now up and running, follow the links your terminal to visit your application 🎉***
184
+
***Your stack is now up and running, follow the links your terminal to visit your application 🎉***
185
185
186
186
187
187
## Zeros Default Stack
@@ -191,7 +191,7 @@ zero-deployable-backend:
191
191
If you would like to learn more about the zero-aws-eks stack, you can read more about it [here](https://github.com/commitdev/zero-aws-eks-stack)
192
192
___
193
193
194
-
## Contributing to Zero
194
+
## Contributing to Zero
195
195
196
196
Zero welcomes collaboration from the community; you can open new issues in our GitHub repo, Submit PRs' for bug fixes or browse through the tickets currently open to see what you can contribute too.
197
197
@@ -210,6 +210,25 @@ To install the CLI into your GOPATH and test it, run:
210
210
$ make install-go
211
211
$ zero --help
212
212
```
213
+
214
+
### Releasing a new version on GitHub and Brew
215
+
216
+
We are using a tool called `goreleaser` which you can get from brew if you're on MacOS:
217
+
`brew install goreleaser`
218
+
219
+
After you have the tool, you can follow these steps:
0 commit comments