From fbcdc6a1dd0b0d298cb8ae7dbbe9860adfc74f31 Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Tue, 4 Jun 2024 18:42:41 +0300 Subject: [PATCH] Update rotate.md Signed-off-by: Eli Polonsky --- rotate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rotate.md b/rotate.md index dd19bd2c0..0c5755de9 100644 --- a/rotate.md +++ b/rotate.md @@ -70,7 +70,7 @@ In the ([cdk8s repo](https://github.com/cdk8s-team/cdk8s)): 2. `yarn projen` 3. `yarn rotate-cdk8s-plus` -12. Create a PR for the new branch, review then merge into cdk8s/master branch. +12. Create a PR for the new branch, review then merge into cdk8s/master branch. (See [example](https://github.com/cdk8s-team/cdk8s/pull/1988)) ## :four: Update Ops @@ -81,4 +81,4 @@ In the ([cdk-ops](https://github.com/cdklabs/cdk-ops)): 1. Bump the minor version in [latest-cdk8s-plus-version.txt](https://github.com/cdklabs/cdk-ops/blob/master/latest-cdk8s-plus-version.txt) 2. `yarn projen` -14. Create a PR and send for approval. +14. Create a PR and send for approval. (See [example](https://github.com/cdklabs/cdk-ops/pull/3323))