mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-31 21:21:52 +00:00
HACKING.md: formatting
This commit is contained in:
parent
05c3cbfb76
commit
564c616d12
10
HACKING.md
10
HACKING.md
@ -115,14 +115,14 @@ When a new major [Electron release](https://github.com/electron/electron/release
|
||||
|
||||
1. Wait a few weeks to let it stabilize. Never upgrade Nativefier to a `.0.0`.
|
||||
2. Thoroughly digest the new version's [breaking changes](https://www.electronjs.org/docs/breaking-changes)
|
||||
- If called for by the breaking changes, perform the necessary API changes
|
||||
- If called for by the breaking changes, perform the necessary API changes
|
||||
3. Bump `src/constants.ts` / `DEFAULT_ELECTRON_VERSION` & `DEFAULT_CHROME_VERSION`
|
||||
4. On Windows, macOS, Linux, test for regression and crashes:
|
||||
1. With `npm test` and `npm run test:manual`
|
||||
2. With extra manual testing
|
||||
1. With `npm test` and `npm run test:manual`
|
||||
2. With extra manual testing
|
||||
5. When confident enough, release it in a regression-spelunking-friendly way:
|
||||
1. If `master` has unreleased commits, make a patch/minor release with them, but without the major Electron bump.
|
||||
2. Commit your Electron major bump and release it as a major new Nativefier version. Help users identify the breaking change by using a bold **[BREAKING]** marker in `CHANGELOG.md` and in the GitHub release.
|
||||
1. If `master` has unreleased commits, make a patch/minor release with them, but without the major Electron bump.
|
||||
2. Commit your Electron major bump and release it as a major new Nativefier version. Help users identify the breaking change by using a bold **[BREAKING]** marker in `CHANGELOG.md` and in the GitHub release.
|
||||
|
||||
## Release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user