Skip to content

Commit aadf783

Browse files
author
Gery Hirschfeld
authoredApr 12, 2020
Merge pull request #52 from w3tecch/fix/version
fix: save correct version in the package.json
2 parents 020a86a + eaad083 commit aadf783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"plugins": [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5-
"@semantic-release/npm",
65
[
76
"@semantic-release/git",
87
{
98
"assets": ["package.json", "yarn.lock"],
109
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1110
}
1211
],
12+
"@semantic-release/npm",
1313
"@semantic-release/github"
1414
]
1515
}

0 commit comments

Comments
 (0)
Please sign in to comment.