chore: add semantic-release settings

This commit is contained in:
Christopher Willis-Ford 2022-06-02 10:27:14 -07:00
parent 3cccbe1cd5
commit 5cea05b8e8
3 changed files with 9932 additions and 71 deletions

9996
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
"homepage": "https://github.com/LLK/scratch-vm#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-vm.git"
"url": "https://github.com/LLK/scratch-vm.git"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",
@ -85,6 +85,7 @@
"scratch-l10n": "3.14.20220602031631",
"scratch-render": "0.1.0-prerelease.20211028200436",
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
"scratch-semantic-release-config": "1.0.2",
"scratch-storage": "2.0.2",
"scratch-svg-renderer": "0.2.0-prerelease.20210727023023",
"script-loader": "0.7.2",

4
release.config.js Normal file
View file

@ -0,0 +1,4 @@
module.exports = {
extends: 'scratch-semantic-release-config',
branches: 'develop'
};