diff --git a/HACKING.md b/HACKING.md index 524599a..0b99b5b 100644 --- a/HACKING.md +++ b/HACKING.md @@ -118,6 +118,7 @@ When a new major [Electron release](https://github.com/electron/electron/release grepping our codebase for every changed API. - If called for by the breaking changes, perform the necessary API changes 3. Bump `src/constants.ts` / `DEFAULT_ELECTRON_VERSION` & `DEFAULT_CHROME_VERSION` + and `app / package.json / devDeps / electron` 4. On Windows, macOS, Linux, test for regression and crashes: 1. With `npm test` and `npm run test:manual` 2. With extra manual testing