docs: we _do_ follow semver
This commit is contained in:
parent
1bce00545d
commit
7598e31b16
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@ In Electron, Node.js and Chromium share a single V8 instance—usually the versi
|
|||
|
||||
### Versioning
|
||||
|
||||
Due to the hard dependency on Node.js and Chromium, Electron is in a tricky versioning position and [does not follow `semver`](http://semver.org). You should therefore always reference a specific version of Electron. [Read more about Electron's versioning](https://electronjs.org/docs/tutorial/versioning) or see the [versions currently in use](https://electronjs.org/#electron-versions).
|
||||
As of version 2.0 Electron [follows `semver`](http://semver.org).
|
||||
For most applications, and using any recent version of npm,
|
||||
running `$ npm install electron` will do the right thing.
|
||||
|
||||
The version update process is detailed explicitly in our [Versioning Doc](versioning.md).
|
||||
|
||||
### LTS
|
||||
|
||||
|
|
Loading…
Reference in a new issue