Andrew Lilley Brinker
Andrew Lilley Brinker
Many open source licenses require some form of notice that you are using their code to be included in or included with the documentation of binaries you ship. I've used...
Looks like `3.4.0` and `3.5.0` never got published. Needs to be investigated and fixed.
Hipcheck today effectively produces three artifacts with each release, each of which should have an SBOM: - [ ] Hipcheck Docker image published to Docker Hub Of these, the binaries...
It would be nice if we had issue templates that made it easier to file issues. I know you can make an issue form now. This form should be short...
`cargo-dist` targets some architectures I don't think we're currently hitting with our test jobs, and we really don't want to wait to identify issues that will mess with a release...
Release workflow: * Run `cargo xtask changelog -b` to generate a draft changelog. * Use that to write a changelog entry for the new version. * Commit the changelog, PR,...
To make sure we don't forget to update the `CHANGELOG.md` for a new version before a release, we should configure `cargo-release` to check first and refuse to proceed if it's...
Right now, the help text for Hipcheck just lists all commands together alphabetically, which isn't _wrong_ but could be clearer. ## Current ``` Automatically assess and score software repositories for...