Steps for updating this repo with a new published version from upstream.
- Clone this repo to your local machine
- Configure upstream with
git remote add upstream git@github.com:Shopify/dawn
- Run
git fetch upstream
- Create a branch off of main named after the latest available version in the upstream repo (eg. v10) and switch to it
- Merge the changes from the upstream tag, eg.
git merge v10.0.0
- Resolve any merge conflicts and commit
- Push your branch to GitHub and open a PR