Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into fix-124
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored Jan 9, 2019
2 parents 7ada088 + 16f90a2 commit 547df80
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 8 deletions.
Empty file added CHANGELOG.md
Empty file.
44 changes: 37 additions & 7 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/exec": "^3.3.1",
"@semantic-release/git": "^7.0.6",
"all-contributors-cli": "^5.4.1",
Expand All @@ -23,11 +24,12 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/exec", {
"prepareCmd": "./scripts/version.sh ${nextRelease.version}"
}],
["@semantic-release/git", {
"assets": ["fish_prompt.fish"]
"assets": ["CHANGELOG.md", "fish_prompt.fish"]
}],
["@semantic-release/github", {
"releasedLabels": ["Status: Released"]
Expand Down

0 comments on commit 547df80

Please sign in to comment.