Skip to content

Commit 36378ee

Browse files
committed
docs: document prerequisites
1 parent 3508884 commit 36378ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ A set of scripts for [semantic-release](https://github.com/semantic-release/sema
44

55
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.
66

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+
714
## Usage
815

916
1. Install the node module through the following command:

0 commit comments

Comments
 (0)