From f59f12947b41c1ba482c921c4013ff0aca11f25d Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 28 Aug 2020 11:39:17 -0700 Subject: [PATCH] Update release instructions. --- releasing/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/releasing/README.md b/releasing/README.md index beaa872e8..bad0ed7b1 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -21,6 +21,15 @@ of one of the several [Go modules] in this repository. > 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`. +> +> recommended sequence (each stage depends on everything above it) +> - sigs.k8s.io/kustomize/kyaml +> - sigs.k8s.io/cli-utils +> - sigs.k8s.io/kustomize/cmd/config +> - sigs.k8s.io/kustomize/api +> - sigs.k8s.io/kustomize/kustomize + +> then other things like kustom Briefly: - The repo HEAD is in a clean state (all tests passing).