Skip to content

Commit

Permalink
build: add semantic-version package [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Yuliang Weng <59968766+yld-weng@users.noreply.github.com>
  • Loading branch information
yld-weng committed Dec 6, 2021
1 parent 52ca11c commit 21b1267
Show file tree
Hide file tree
Showing 3 changed files with 31,680 additions and 23,959 deletions.
20 changes: 20 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"branches": ["ci/semantic-version", "master"],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/release-notes-generator", {
"preset": "angular",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
"writerOpts": {
"commitsSort": ["subject", "scope"]
}
}],
"@semantic-release/changelog",
"@semantic-release/github",
["@semantic-release/git", {
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
}
Loading

0 comments on commit 21b1267

Please sign in to comment.