gateway
gateway copied to clipboard
Automate Release Docs Release Tags
https://github.com/envoyproxy/gateway/pull/303 introduced a release-specific guide. The release references should be automatically updated when a release is cut.
- Update the
make release-manifests
Make target torelease artifacts
. - Update
release-manifests.sh
torelease-artifacts.sh
- Update the
release-artifacts.sh
to replace the previous release tag with the new release tag.
Though I have some questions for this, but you can assign this to me. I will take a look into this issue, to find out the best practice for this.
But I think this is in low priority, let us discuss this after releasing v0.2.0-rc1, no hurry for this:)
Note that the quickstart from the main
branch should not use release tags. This could cause considerable changes to the steps of the quickstart guide.
Fixed by https://github.com/envoyproxy/gateway/pull/320