Merge pull request #57 from LLK/semantic-release

Set up semantic-release
This commit is contained in:
Ray Schamp 2021-08-06 16:09:20 -04:00 committed by GitHub
commit ad5f2a829c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View file

@ -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

View file

@ -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": {