Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed Jul 24, 2020
1 parent 7f5ce3e commit 7d7c889
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion releasing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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._
Expand Down

0 comments on commit 7d7c889

Please sign in to comment.