Skip to content

Commit e33ba0e

Browse files
authored
Update README.md
1 parent 5696537 commit e33ba0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ We love PRs, and accept them gladly. Feel free to propose changes and new ideas.
2222

2323
## Releasing
2424

25-
This monorepo uses Lerna to manage packages and their releases.
25+
The templates are automatically released (CI) once they are merged to the main branch as long as the `package.json` version has been updated. Manual releases are not recommended, just bumping the version & pushing to the main branch is enough.
26+
27+
It is recommended to only bump the patch version when making changes - minor/major versions should generally be kep in sync with the NativeScript version (CLI).
28+
29+
<!-- This monorepo uses Lerna to manage packages and their releases.
2630
2731
Install the dependencies in the root of the repo with
2832
@@ -68,3 +72,4 @@ $ npx lerna publish
6872
```
6973
7074
will also prompt the new version interactively and then publish the package to npm.
75+
-->

0 commit comments

Comments
 (0)