1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 07:24:20 +00:00

Add pre release notes with k8s versions included

This commit is contained in:
Sebastiaan van Steenis
2022-02-16 20:49:21 +01:00
parent a5cfbb3597
commit a95f2aa529
3 changed files with 40 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ ARCH=${ARCH:-"amd64"}
SUFFIX=""
[ "${ARCH}" != "amd64" ] && SUFFIX="_${ARCH}"
./scripts/create-releasenote.sh
cd package
TAG=${TAG:-${VERSION}${SUFFIX}}