Skip to content

Commit 1be55f6

Browse files
committed
Change the release type to simple since dotnet is invalid
1 parent 5272819 commit 1be55f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
".github",
77
".vscode"
88
],
9-
"release-type": "dotnet",
9+
"release-type": "simple",
1010
"include-component-in-tag": false,
1111
"include-v-in-tag": true,
1212
"packages": {
@@ -15,7 +15,7 @@
1515
"changelog-path": "CHANGELOG.md",
1616
"extra-files": [
1717
"README.md",
18-
"src/Microsoft.Graph.csproj"
18+
"src/Microsoft.Graph/Microsoft.Graph.csproj"
1919
]
2020
}
2121
},

0 commit comments

Comments
 (0)