Skip to content

Commit

Permalink
feat: use @jmosawy/semanntic-release-config (#20)
Browse files Browse the repository at this point in the history
closes #19
  • Loading branch information
jmosawy committed May 8, 2021
1 parent 5238082 commit ed35a61
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 36 deletions.
30 changes: 1 addition & 29 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
{
"release": {
"branches": [
"master"
]
},
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# CHANGELOG"
}
],
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
"extends": "@jmosawy/semantic-release-config"
}
19 changes: 15 additions & 4 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
},
"homepage": "https://github.com/jmosawy/prettier-config#readme",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"conventional-changelog-conventionalcommits": "^4.5.0",
"@jmosawy/semantic-release-config": "^1.0.0",
"prettier": "^2.2.1",
"semantic-release": "^17.4.2"
},
Expand Down

0 comments on commit ed35a61

Please sign in to comment.