Skip to content

Commit

Permalink
Update rotate.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Polonsky <epolon@amazon.com>
  • Loading branch information
iliapolo authored Jun 4, 2024
1 parent a5ac45b commit 3057ebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ The new branch should be named `k8s-XX/main` (e.g. `k8s-25/main` for K8s v1.25.0
3. `yarn projen`
4. `yarn rotate` # updates all version references in documenation
5. `yarn build`
6. `git commit -am "k8s-XX/main"`
7. `git push origin k8s-XX/main"`
6. `git add .`
7. `git commit -m "k8s-XX/main"`
8. `git push origin k8s-XX/main"`
8. Verify that automation builds/tags/releases the new version successfully.
Expand Down

0 comments on commit 3057ebf

Please sign in to comment.