You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,3 +173,37 @@ jobs:
173
173
PR_URL: ${{github.event.pull_request.html_url}}
174
174
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
175
175
```
176
+
177
+
## Notes for project maintainers:
178
+
179
+
<details><summary>:book: Release guide</summary>
180
+
<p>
181
+
182
+
- Dependabot PR's:
183
+
- We expect Dependabot PRs to be passing CI and have any changes to the `dist/` folder built for production dependencies
184
+
- 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.
185
+
- Checkout and update `main` locally, then generate a patch release branch
0 commit comments