ci: use default settings for changelog and git

This commit is contained in:
Derrick Hammer 2023-06-21 01:25:33 -04:00
parent 4afa4d663c
commit 0ec98719d1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 11 deletions

View File

@ -3,20 +3,10 @@
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator", "@semantic-release/release-notes-generator",
[ [
"@semantic-release/changelog", "@semantic-release/changelog"
{
"changelogFile": "docs/CHANGELOG.md"
}
], ],
"@semantic-release/npm", "@semantic-release/npm",
"@semantic-release/git", "@semantic-release/git",
{
"assets": [
"package.json",
"docs/CHANGELOG.md",
"npm-shrinkwrap.json"
]
},
], ],
"branches": [ "branches": [
"master", "master",