Skip to content

Commit

Permalink
Merge pull request #48 from dfinity/update-readme
Browse files Browse the repository at this point in the history
Add instructions for new deployment
  • Loading branch information
cgundy authored Feb 27, 2024
2 parents 63894ac + af3b119 commit b5ed923
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tagname>
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.

0 comments on commit b5ed923

Please sign in to comment.