Merge pull request #281 from dependabot/jeffwidman-patch-1

Drop mention of "locally"
This commit is contained in:
Jeff Widman
2022-11-02 16:05:56 -07:00
committed by GitHub

View File

@@ -182,7 +182,7 @@ jobs:
- Dependabot PR's:
- We expect Dependabot PRs to be passing CI and have any changes to the `dist/` folder built for production dependencies
- Some development dependencies may fail the `dist/` check if they modify the Typescript compilation, these should be updated manually via `npm run build`. See the [`dependabot-build`](https://github.com/dependabot/fetch-metadata/blob/main/.github/workflows/dependabot-build.yml) action for details.
- Checkout and update `main` locally, then generate a patch release branch
- Checkout and update `main`, then generate a patch release branch
```bash
git checkout main
git pull