mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
chore: add semantic-release settings
This commit is contained in:
parent
3cccbe1cd5
commit
5cea05b8e8
3 changed files with 9932 additions and 71 deletions
9996
package-lock.json
generated
9996
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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
4
release.config.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
extends: 'scratch-semantic-release-config',
|
||||
branches: 'develop'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue