Skip to content

Commit

Permalink
ci(release): inherit the configuration from the shared preset (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Dec 28, 2021
1 parent 3fcdb93 commit f21f963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tagFormat: "${version}"
extends:
- semantic-release-preconfigured-conventional-commits
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
-
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1"
"semantic-release-preconfigured-conventional-commits": "1.1.0"
},
"engines": {
"node": "16.13"
Expand Down

0 comments on commit f21f963

Please sign in to comment.