Skip to content

Commit

Permalink
ci(release): inherit the configuration from the shared preset (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Dec 28, 2021
1 parent 35cc253 commit 0bce9c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"io.github.gradle-nexus.publish-plugin",
"io.github.gradle-nexus.publish-plugin"
],
"semanticCommitType": "feat"
"semanticCommitScope": "api-deps"
}
]
}

0 comments on commit 0bce9c5

Please sign in to comment.