Skip to content

Commit 07bb77a

Browse files
authored
Update add-kubernetes-release.sh script (#148)
… to take care of also running `./scripts/generate` on behalf of the user
1 parent efb7458 commit 07bb77a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ To add a new supported release, run:
349349
./scripts/add-kubernetes-release.sh "${VERSION}"
350350
```
351351

352+
… and then create a pull request out of the generated files.
353+
352354
If you want to make a specific release the preferred release, run:
353355

354356
```

scripts/add-kubernetes-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ set -eu
55
VERSION="$1"
66

77
nix-prefetch-url "https://github.com/kubernetes/kubernetes/archive/release-${VERSION}.tar.gz" > "nix/kubernetes/${VERSION}.txt"
8+
./scripts/generate.sh "${VERSION}"

0 commit comments

Comments
 (0)