mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2024-11-14 19:14:58 -05:00
ci(semantic-release): use scratch-semantic-release-config
This commit is contained in:
parent
1766fe4d4a
commit
cb9cc207c8
3 changed files with 8027 additions and 6 deletions
8021
package-lock.json
generated
8021
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -37,7 +37,8 @@
|
|||
"@commitlint/cli": "17.1.2",
|
||||
"@commitlint/config-conventional": "17.1.0",
|
||||
"eslint": "8.15.0",
|
||||
"husky": "8.0.1"
|
||||
"husky": "8.0.1",
|
||||
"scratch-semantic-release-config": "1.0.5"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
|
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: 'master'
|
||||
// default channel
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in a new issue