Skip to content

Commit

Permalink
fix(release): use custom setup for sem release
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Aug 20, 2019
1 parent f2db05f commit 1b7ae71
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
17 changes: 2 additions & 15 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
{
"release": {
"branch": "master",
"repositoryUrl": "https://github.com/oleg-koval/trembita",
"dryRun": false,
"debug": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/git"
]
"extends": "@jedmao/semantic-release-npm-github-config",
"repositoryUrl": "https://github.com/oleg-koval/trembita"
}
}
14 changes: 14 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"validator": "^11.0.0"
},
"devDependencies": {
"@jedmao/semantic-release-npm-github-config": "^1.0.6",
"@semantic-release/changelog": "3.0.4",
"@semantic-release/commit-analyzer": "6.3.0",
"@semantic-release/git": "7.0.16",
Expand All @@ -51,6 +52,6 @@
"nock": "10.0.6",
"nyc": "14.1.1",
"prettier": "1.18.2",
"semantic-release": "15.13.21"
"semantic-release": "^15.13.21"
}
}

0 comments on commit 1b7ae71

Please sign in to comment.