From 37769e463c0876493c53ad75f0a5994fc4904d02 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 16 Jun 2021 19:16:55 -0400 Subject: [PATCH] HACKING.md: mention app pkgjson/devDeps/electron --- HACKING.md | 1 + 1 file changed, 1 insertion(+) 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