chore: rename release config
This commit is contained in:
parent
4afb228d95
commit
eb84a28925
9
.releaserc.json
Normal file
9
.releaserc.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"plugins": [
|
||||||
|
"@semantic-release/commit-analyzer",
|
||||||
|
"@semantic-release/release-notes-generator",
|
||||||
|
"@semantic-release/npm",
|
||||||
|
"@semantic-release/github",
|
||||||
|
"@semantic-release/git"
|
||||||
|
]
|
||||||
|
}
|
@ -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'
|
|
||||||
]
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user