cert-manager / release

Releasing tooling for the cert-manager project
Apache License 2.0
5 stars 12 forks source link

go.mod Smoke Test Subcommand #124

Closed SgtCoDFish closed 1 year ago

SgtCoDFish commented 1 year ago

This PR adds a new validate-gomod command to cmrel, which checks certain aspects of various go.mod files which are added by https://github.com/cert-manager/cert-manager/pull/5880 (design doc).

The functionality of this subcommand should be clear from its description (see validateGoModLongDescription).

Also provided are test environments; these tests will be run as part of CI for this PR.

jetstack-bot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon, SgtCoDFish

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/cert-manager/release/blob/master/OWNERS)~~ [SgtCoDFish,inteon] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment