ci: update .releaserc

This commit is contained in:
Derrick Hammer 2023-06-15 22:20:57 -04:00
parent 317b81ef04
commit 2336edd2b7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 9 additions and 2 deletions

View File

@ -5,10 +5,17 @@
{ {
"assets": [ "assets": [
"package.json", "package.json",
"docs/CHANGELOG.md" "docs/CHANGELOG.md",
"npm-shrinkwrap.json"
] ]
} }
] ],
[
"@semantic-release/npm",
{
"pkgRoot": "lib"
}
],
], ],
"branches": [ "branches": [
"master", "master",