Skip to content

Commit

Permalink
fix(commit-message): use release keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Sep 26, 2019
1 parent 41821e6 commit a33577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"package-lock.json",
"CHANGELOG.md"
],
"message": "chore(release): Release ${nextRelease.version}\n\n[skip ci]\n\n${nextRelease.notes}"
"message": "release(version): Release ${nextRelease.version}\n\n[skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
Expand Down

0 comments on commit a33577a

Please sign in to comment.