Skip to content

Commit

Permalink
doc: add note about versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Jan 24, 2023
1 parent b4746a3 commit 1703a73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Binaries for Android and iOS are available at https://github.com/nodejs-mobile/n

***Disclaimer:*** documentation found in this repository is currently unchanged from parent repository and may only be applicable to upstream node.

## Versioning

This project does *NOT* follow SemVer, instead it aims to reflect the upstream Node.js version is is based on.

`nodejs-mobile` version `A.B.C` is based on Node.js version `A.B.*`, while the `C` is incremented whenever there are *any* changes to our codebase, be them fixes, features or otherwise.

## Build Instructions

Please see the [BUILDING.md](./doc_mobile/BUILDING.md) file in the `doc_mobile` folder in this source distribution.
Expand Down

0 comments on commit 1703a73

Please sign in to comment.