aws / aws-application-networking-k8s

A Kubernetes controller for Amazon VPC Lattice
https://www.gateway-api-controller.eks.aws.dev/
Apache License 2.0
175 stars 50 forks source link

Add a github release automation script #572

Closed zijun726911 closed 11 months ago

zijun726911 commented 11 months ago

Changes

Test

Run this script from my local RELEASE_VERSION=v1.0.2 ./scripts/github-release.sh, using this script did the v1.0.2 github release, it's able to push release branch, tag and send a PR

In the future, probably this script can be triggered by github action and run in github action worker instance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.