-
Notifications
You must be signed in to change notification settings - Fork 563
docs: build.go suggested edits for optional --release flag #1240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
yes, I am learning! text wrap ourselves makes sense in a code file (TIL) Co-authored-by: Denis Fadeev <denis@fadeev.org>
starport/cmd/build.go
Outdated
--release.targets (optional). Then, binaries built for chosen targets will appear | ||
in your app's path under release/. You can add any number of targets in GOOS:GOARCH format. | ||
If you don't provide any, a binary will be created for your own machine. | ||
To build binaries for a release, use the optional --release flag. The app binaries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to make it clear, --release
flag is actually required if you want the build
command work in the release mode. But --release.targets
flag is optional when you use --release
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see how we needed clarity!? I appreciate this back and forth @ilgooz
good suggestions, wdyt now?
applying changes since it's my PR Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* suggested edits for the awesome release command * Update starport/cmd/build.go yes, I am learning! text wrap ourselves makes sense in a code file (TIL) Co-authored-by: Denis Fadeev <denis@fadeev.org> * Apply suggestions from code review applying changes since it's my PR Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> Co-authored-by: Denis Fadeev <denis@fadeev.org> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
edits I didn't parse during the (quick!) cycle of #1237
this --release flag is a game-changer. Starport is growing up!