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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,17 @@ To fix this, run this command from the app **after** running "npm install"
30
30
#### For integrators
31
31
32
32
If you want to deploy a new version of commons-ui in the [NPM package registry](https://www.npmjs.com/package/@gridsuite/commons-ui),
33
-
you need to follow the steps below:
33
+
first you need **some permissions**. You need to be a member of the *gridsuite* organization and a member of the *'developers'* team.
34
+
Only in this case, you need to follow the steps below:
34
35
35
36
-[Make a release action](https://github.com/gridsuite/commons-ui/actions/workflows/release.yml)
36
37
- In the 'run workflow' combobox select, let the branch on main
37
38
- Enter the type of evolution (major | minor | patch)
38
39
- Enter your NPM access token (it must be an **automation** access token to bypass 2FA, see the [access token documentation](https://docs.npmjs.com/creating-and-viewing-access-tokens) for details)
39
40
- Click 'run workflow'
40
41
42
+
Otherwise ask someone who has the permission.
43
+
41
44
#### License Headers and dependencies checking
42
45
43
46
To check dependencies license compatibility with this project one locally, please run the following command :
0 commit comments