Skip to content

Commit

Permalink
fix: moved release config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Drabik committed Jul 24, 2019
1 parent a6b3f87 commit 8582191
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .releaserc

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roomjs/vue-shop-item",
"version": "0.0.7",
"version": "0.0.11",
"description": "Vue.js item preview component for E-Commerce websites and online stores.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -83,5 +83,15 @@
"ts-debounce": "1.0.0",
"vue-class-component": "^7.0.0",
"vue-property-decorator": "^8.0.0"
},
"release": {
"analyzeCommits": "simple-commit-message",
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}
}

0 comments on commit 8582191

Please sign in to comment.