Skip to content

Commit

Permalink
feat: use common semantic-release package (fixes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonkendel committed May 1, 2020
1 parent 5eaad16 commit 1c72d24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

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

20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"keywords": [
"prettier",
"prettier-config",
"shareable-prettier-config",
"arbetsmyra"
],
"author": "Anthon <anthon.kendel@gmail.com>",
Expand All @@ -31,12 +32,10 @@
},
"devDependencies": {
"@arbetsmyra/commitlint-config": "1.0.0",
"@arbetsmyra/semantic-release-config": "^1.0.1",
"@commitlint/cli": "8.3.5",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"husky": "4.2.5",
"prettier": "2.0.5",
"semantic-release": "17.0.7"
"prettier": "2.0.5"
},
"commitlint": {
"extends": [
Expand All @@ -55,17 +54,8 @@
]
},
"release": {
"branches": [
"master",
"dev"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
"extends": [
"@arbetsmyra/semantic-release-config"
]
}
}

0 comments on commit 1c72d24

Please sign in to comment.