Skip to content

Commit

Permalink
cordova-common singleton rule N/A since Cordova 9 (#224)
Browse files Browse the repository at this point in the history
(does not apply since cordova-common@3.1.0)
  • Loading branch information
Chris Brody authored and janpio committed May 21, 2019
1 parent 6481e7d commit 799f721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tools-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ According [versioning-and-release-strategy.md](versioning-and-release-strategy.m

### cordova-common singleton rule

**Does not apply since Cordova 9 (cordova-common@3.1.0):**

The most important rule is that packages such as `cordova-lib` and `cordova-cli` should not use multiple versions of `cordova-common` through the chain of dependencies. This rule is due to the use of multiple singletons in `cordova-common`. This means that if `cordova-common` is updated it should be released before other packages such as `cordova-fetch`, `cordova-create`, `cordova-lib`, `cordova-cli`, etc.

### Alternative approaches
Expand Down

0 comments on commit 799f721

Please sign in to comment.