mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Update README.md
This commit is contained in:
@@ -11,7 +11,16 @@
|
|||||||
[`cloudbuild.yaml`]: cloudbuild.yaml
|
[`cloudbuild.yaml`]: cloudbuild.yaml
|
||||||
|
|
||||||
This document describes how to perform a [semver release]
|
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:
|
Briefly:
|
||||||
- The repo HEAD is in a clean state (all tests passing).
|
- The repo HEAD is in a clean state (all tests passing).
|
||||||
@@ -21,6 +30,7 @@ Briefly:
|
|||||||
[`cloudbuild.yaml`] in this directory, creates release artifacts
|
[`cloudbuild.yaml`] in this directory, creates release artifacts
|
||||||
as needed and makes them available on the [release page].
|
as needed and makes them available on the [release page].
|
||||||
|
|
||||||
|
|
||||||
## Public Modules
|
## Public Modules
|
||||||
|
|
||||||
TODO: _This list is incomplete._
|
TODO: _This list is incomplete._
|
||||||
|
|||||||
Reference in New Issue
Block a user