(release) add python script to prepare release

Change versions, update changelog and create branch and commit
to submit release informations.
Give following instructions to do after.
This commit is contained in:
Sabrina Demagny
2024-09-02 23:02:36 +02:00
parent aaad48480a
commit 77cc64a6c7
3 changed files with 134 additions and 0 deletions

View File

@@ -343,3 +343,7 @@ start-kind: ## Create the kubernetes cluster
tilt-up: ## start tilt - k8s local development
tilt up -f ./bin/Tiltfile
.PHONY: tilt-up
release: ## helper for release and deployment
python scripts/release.py
.PHONY: release