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
+13-1
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,16 @@ An opinionated and re-usable [Semantic Release](https://github.com/semantic-rele
9
9
10
10
## Installation and usage
11
11
12
-
To be written...
12
+
1. Install `semantic-release` and `@jmosawy/semantic-release-config`:
13
+
14
+
```bash
15
+
npm i semantic-release @jmosawy/semantic-release-config -D
16
+
```
17
+
18
+
2. Extend `@jmosawy/semantic-release-config` in your [**semantic-release** configuration file](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration):
0 commit comments