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.