Skip to content

Commit 5663e95

Browse files
authored
build: semantic release (#2)
* docs: add NPM link * ci: make GH release
1 parent 8428e3a commit 5663e95

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Compatible with Node.js and browser environments.
77
![tests workflow](https://github.com/neeler/scrips/actions/workflows/tests.yml/badge.svg)
88
![npm package minimized gzipped size](https://img.shields.io/bundlejs/size/scrips)
99

10+
[![npm stats](https://nodei.co/npm/scrips.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/scrips/)
11+
1012
## Installation
1113

1214
Install the `scrips` npm module using your favorite package manager:

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
},
8181
},
8282
],
83+
'@semantic-release/github',
8384
'@semantic-release/npm',
8485
],
8586
};

0 commit comments

Comments
 (0)