mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-08-28 22:09:00 -04:00
Merge pull request #57 from LLK/semantic-release
Set up semantic-release
This commit is contained in:
commit
ad5f2a829c
2 changed files with 16 additions and 5 deletions
19
.travis.yml
19
.travis.yml
|
@ -1,9 +1,20 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
- "node"
|
||||
- 8
|
||||
- 10
|
||||
- node
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
jobs:
|
||||
include:
|
||||
- stage: release
|
||||
node_js: 10
|
||||
script: echo deploying...
|
||||
deploy:
|
||||
- provider: script
|
||||
script: npx semantic-release
|
||||
stages:
|
||||
- test
|
||||
- name: release
|
||||
if: branch = develop
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-analysis",
|
||||
"version": "2.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue