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
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ A set of scripts for [semantic-release](https://github.com/semantic-release/sema
4
4
5
5
This projects allows you to push prerelease package versions to NPM, hidden behind a dist-tag, and trigger deployments by fast-forwarding a release branch.
6
6
7
+
## Prerequisites
8
+
9
+
- semantic-release **4.x+**
10
+
- git **2.13+** (used for tag parsing)
11
+
12
+
This project has been tested in Travis-CI and Jenkins builds.
13
+
7
14
## Usage
8
15
9
16
1. Install the node module through the following command:
0 commit comments