-
Notifications
You must be signed in to change notification settings - Fork 362
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
docs: describe build process #109
Conversation
README.md
Outdated
@@ -59,6 +59,13 @@ $ go install github.com/google/osv-scanner/cmd/osv-scanner@v1 | |||
|
|||
This requires Go 1.18+ to be installed. | |||
|
|||
### Releasing |
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.
I think it would be better to title this "Building", and frame it from that POV - so start with explaining that you can build from source using goreleaser build --single-target
, and then mention that version builds can be reproduced by checking out the specific tag and doing a build.
Is probably also worth linking to the goreleaser build
docs
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.
just got one small comment about a word but after that's applied LGTM 👍
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.
Thanks! The README.md is getting big enough that I think we're gonna want to have a CONTRIBUTING.md doc soon where this can go into.
We can move this there.
Co-authored-by: Gareth Jones <Jones258@Gmail.com>
963d1e8
to
d7b2eb3
Compare
/gcbrun |
* docs: describe release process * docs: describe build process * docs: typo Co-authored-by: Gareth Jones <Jones258@Gmail.com> Co-authored-by: Gareth Jones <Jones258@Gmail.com> Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
* docs: describe release process * docs: describe build process * docs: typo Co-authored-by: Gareth Jones <Jones258@Gmail.com> Co-authored-by: Gareth Jones <Jones258@Gmail.com> Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
I would suggest to document the release process, and in particular how to reproduce the builds locally.