mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-21 02:38:29 -05:00
ci: configure semantic-release
This commit is contained in:
parent
6439c5f559
commit
7f11d1fc69
3 changed files with 9548 additions and 1 deletions
9536
package-lock.json
generated
9536
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/scratchfoundation/scratch-webpack-configuration.git"
|
||||
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Scratch",
|
||||
|
@ -38,6 +38,8 @@
|
|||
"cz-conventional-changelog": "3.3.0",
|
||||
"husky": "9.0.11",
|
||||
"jest": "29.7.0",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"semantic-release": "23.0.2",
|
||||
"webpack": "5.90.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
9
release.config.js
Normal file
9
release.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
extends: 'scratch-semantic-release-config',
|
||||
branches: [
|
||||
{
|
||||
name: 'main'
|
||||
// default channel
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in a new issue