ci(semantic-release): use scratch-semantic-release-config

This commit is contained in:
Christopher Willis-Ford 2022-10-13 09:56:24 -07:00
parent 1766fe4d4a
commit cb9cc207c8
3 changed files with 8027 additions and 6 deletions

8021
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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

@ -0,0 +1,9 @@
module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'master'
// default channel
}
]
};