Skip to content

Commit

Permalink
docs(contribute): Add semantic-release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
musq committed Jul 18, 2019
1 parent eeae232 commit c64a3c3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,16 @@ Source: https://git-scm.com/book/en/v2/GitHub-Maintaining-a-Project#_pr_refs

### 2. Releases

- Strictly follow [Semantic Versioning](https://semver.org/)
- You may use
[semantic-release bot](https://github.com/semantic-release/semantic-release)
to manage releases
Strictly follow [Semantic Versioning](https://semver.org/).

#### Use [semantic-release](https://github.com/semantic-release/semantic-release):

| Action | Snippet |
|:---|:---|
| Install | `npm install -g semantic-release@15` |
| [Access Token](https://github.com/settings/tokens/new) | `export GITHUB_TOKEN=XXXXXXXXXXXXXX` |
| Dry run | `semantic-release -d` |
| Release | `semantic-release` |

<br>

Expand Down

0 comments on commit c64a3c3

Please sign in to comment.