@gridsuite/commons-ui 0.68.4 → 0.68.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,15 +30,10 @@ To fix this, run this command from the app **after** running "npm install"
|
|
|
30
30
|
If you want to deploy a new version of commons-ui in the [NPM package registry](https://www.npmjs.com/package/@gridsuite/commons-ui),
|
|
31
31
|
you need to follow the steps below:
|
|
32
32
|
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
- In "Choose a tag": type the tag you want to create (ex.: v0.6.0) and select "create new tag"
|
|
38
|
-
- In "Target": click on "recent commit" tab and select your release commit
|
|
39
|
-
- Click on "Generate release note"
|
|
40
|
-
- Click on "Publish release"
|
|
41
|
-
- It will trigger a job that will publish the release on NPM
|
|
33
|
+
- [Make a release action](https://github.com/gridsuite/commons-ui/actions/workflows/release.yml)
|
|
34
|
+
- In the 'run workflow' combobox select, let the branch on main
|
|
35
|
+
- Enter the type of evolution (major | minor | patch)
|
|
36
|
+
- Click 'run workflow'
|
|
42
37
|
|
|
43
38
|
#### License Headers and dependencies checking
|
|
44
39
|
|