Skip to content

Commit

Permalink
fix(ci): ci should commit changes of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Jan 10, 2020
1 parent 838366d commit 442f383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
["@semantic-release/commit-analyzer", { "preset": "angular" }],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", { "preset": "angular" }],
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/github"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openupm-cli",
"version": "1.1.1",
"version": "1.5.0",
"preferGlobal": true,
"description": "openupm command line interface",
"main": "index.js",
Expand Down

0 comments on commit 442f383

Please sign in to comment.