Skip to content

Commit

Permalink
fix: semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mekwall committed Aug 13, 2021
1 parent 37937b8 commit 36c42a1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"wait-file": "^1.0.5"
},
"release": {
"ci": false,
"branches": [
"main"
],
Expand All @@ -81,10 +82,26 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"cjs/**/*",
"es/**/*",
"CHANGELOG.md",
"README.md",
"LICENSE",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": "*.tgz"
"assets": [
"*.tgz"
]
}
]
]
Expand Down

0 comments on commit 36c42a1

Please sign in to comment.