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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,13 @@ This module includes comprehensive tests. To run them:
110
110
npm run test
111
111
```
112
112
113
+
## Releasing
114
+
115
+
Run command
116
+
```bash
117
+
npm run release -- --release-as 1.0.0-alpha.1
118
+
```
119
+
113
120
## About
114
121
115
122
This module is maintained by [drunomics](https://drunomics.com/en) and inspired by the needs of decoupled Drupal projects, such as [nuxtjs-drupal-ce](https://github.com/drunomics/nuxtjs-drupal-ce).
0 commit comments