From f9ff5d747639f891ea52d087a115daf1084108c8 Mon Sep 17 00:00:00 2001 From: Andy Blendermann Date: Wed, 29 Nov 2023 15:09:43 -0700 Subject: [PATCH] Update README release process with registry sync (#435) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e346ad4d..63757e80 100644 --- a/README.md +++ b/README.md @@ -159,4 +159,4 @@ git remote add upstream-release git@github.com:rancher/terraform-provider-rke.gi git checkout upstream-release/master git push upstream-release v1.24.0 ``` -* Create an [EIO issue](https://github.com/rancherlabs/eio) for Hashicorp to publish the release \ No newline at end of file +* Check that the new version has been published on the [Hashicorp registry](https://registry.terraform.io/providers/rancher/rke/latest). If it has not been published after 2 hours, create an [EIO issue](https://github.com/rancherlabs/eio) to trigger the registry sync.