mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-05 02:26:39 +03:00
Update add-kubernetes-release.sh
script (#148)
… to take care of also running `./scripts/generate` on behalf of the user
This commit is contained in:
parent
efb745854a
commit
07bb77a74c
@ -349,6 +349,8 @@ To add a new supported release, run:
|
||||
./scripts/add-kubernetes-release.sh "${VERSION}"
|
||||
```
|
||||
|
||||
… and then create a pull request out of the generated files.
|
||||
|
||||
If you want to make a specific release the preferred release, run:
|
||||
|
||||
```
|
||||
|
@ -5,3 +5,4 @@ set -eu
|
||||
VERSION="$1"
|
||||
|
||||
nix-prefetch-url "https://github.com/kubernetes/kubernetes/archive/release-${VERSION}.tar.gz" > "nix/kubernetes/${VERSION}.txt"
|
||||
./scripts/generate.sh "${VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user