chore: rename release config

This commit is contained in:
Tony Brix 2021-11-02 09:40:27 -05:00
parent 4afb228d95
commit eb84a28925
2 changed files with 9 additions and 9 deletions

9
.releaserc.json Normal file
View File

@ -0,0 +1,9 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
}

View File

@ -1,9 +0,0 @@
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github',
'@semantic-release/git'
]
};