Skip to content

Commit

Permalink
feat: install semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
ittus committed Sep 3, 2021
1 parent 7dc7e67 commit 0d010d2
Show file tree
Hide file tree
Showing 3 changed files with 12,900 additions and 8,202 deletions.
18 changes: 18 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"branches": ["master",{ "name": "feat/*", "prerelease": true }],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm"
],
["@semantic-release/git", {
"assets": ["dist/", "src/", "package.json","CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github"
],
"repositoryUrl": "https://github.com/ittus/vue-long-click"

}
Loading

0 comments on commit 0d010d2

Please sign in to comment.