fix(semantic-release): updating inherits
This commit is contained in:
parent
9fa2635f1b
commit
7cb572bd2e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
extends: ["@commitlint/config-conventional"],
|
||||||
branches: ["main"],
|
branches: ["main"],
|
||||||
message: "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
|
message: "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
|
||||||
plugins: [
|
plugins: [
|
||||||
|
@ -8,7 +9,7 @@ module.exports = {
|
||||||
[
|
[
|
||||||
"semantic-release-dotnet",
|
"semantic-release-dotnet",
|
||||||
{
|
{
|
||||||
paths: ["src/Directory.Build.props"],
|
paths: ["src/Directory.Build.props"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Reference in a new issue