We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 020a86a + eaad083 commit aadf783Copy full SHA for aadf783
.releaserc
@@ -2,14 +2,14 @@
2
"plugins": [
3
"@semantic-release/commit-analyzer",
4
"@semantic-release/release-notes-generator",
5
- "@semantic-release/npm",
6
[
7
"@semantic-release/git",
8
{
9
"assets": ["package.json", "yarn.lock"],
10
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
11
}
12
],
+ "@semantic-release/npm",
13
"@semantic-release/github"
14
]
15
0 commit comments