File tree Expand file tree Collapse file tree 4 files changed +41
-1
lines changed
Expand file tree Collapse file tree 4 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ name-template : v$RESOLVED_VERSION
2+ tag-template : v$RESOLVED_VERSION
3+ version-resolver :
4+ major :
5+ labels :
6+ - " SEMVER/major"
7+ minor :
8+ labels :
9+ - " SEMVER/minor"
10+ patch :
11+ labels :
12+ - " SEMVER/patch"
13+ default : patch
14+ categories :
15+ - title : Bug Fixes
16+ labels :
17+ - bug
18+ - fix
19+ - bugfix
20+ template : |
21+ ## Changes
22+
23+ $CHANGES
Original file line number Diff line number Diff line change 1+ name : Publishing to NPM
2+ on :
3+ release :
4+ types : [created]
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - name : Use Node.js
11+ uses : actions/setup-node@v2
12+ with :
13+ node-version : " v12.16.1"
14+ - run : npm ci
15+ - run : npm run build --if-present
16+ - run : npm publish
17+ env :
18+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 55[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow )] ( https://twitter.com/ml5js )
66
77
8-
98** _ This project is currently in development._ **
109
1110## Friendly machine learning for the web!
You can’t perform that action at this time.
0 commit comments