Update README.md

This commit is contained in:
Jeff Regan
2020-07-24 16:04:29 -07:00
committed by GitHub
parent 7f5ce3e6f0
commit 7d7c889285

View File

@@ -11,7 +11,16 @@
[`cloudbuild.yaml`]: cloudbuild.yaml
This document describes how to perform a [semver release]
of one of the [Go modules] in this repository.
of one of the several [Go modules] in this repository.
> This process doesn't describe or enforce a
> particular module release sequence. There's a non-cyclic
> dependence among the some of the modules defined in their
> respective `go.mod` files. If module `foo` depends on
> module `bar`, and clients of `foo` would see an immediate
> benefit from a change in `bar`, then a release of `bar`
> should be followed by a change to `foo`'s `go.mod`
> file and a subsequent release of `foo`.
Briefly:
- The repo HEAD is in a clean state (all tests passing).
@@ -21,6 +30,7 @@ Briefly:
[`cloudbuild.yaml`] in this directory, creates release artifacts
as needed and makes them available on the [release page].
## Public Modules
TODO: _This list is incomplete._