From af3b11930b7999e3fc9a740a8086bbdf551ea437 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:22:01 +0100 Subject: [PATCH] Add instructions for new deployment --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0e407fe..36e04d7 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,12 @@ This repository contains a set of internal workflows used at DFINITY. So far thi 1. [CLA Workflow](CLA-workflow.md) This repository is not open to external contributions. + +## Updating the workflow + +If a new change needs to be deployed a new tag needs to be created. Currently this process is not automatated, so you need to run: +``` +git tag +git push origin --tags +``` +This will allow you to test out the workflow first if you'd like (we have a ruleset called CLA check (dev)), otherwise update the main ruleset CLA-check with the correct tag.