You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,9 @@ In this case the commits should be merge firstly from release in master branch a
101
101
2. Execute `npm i` to install dependencies:
102
102
```
103
103
cd nativescript-angular && npm i
104
+
cd nativescript-angular-package && npm i
104
105
```
105
-
3. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version:
106
+
3. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version in both `nativescript-angular` and `nativescript-angular-package` folders:
106
107
```
107
108
npm --no-git-tag-version version [patch|minor|major] -m "release: cut the %s release"
0 commit comments