Skip to content

Commit 5c3f611

Browse files
committed
fix: release please type configuration
1 parent c86d171 commit 5c3f611

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

release-please-config.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"bootstrap-sha": "9096adb098e11bd5484335b5e08bd0c882db7407",
3-
"exclude-paths": [
4-
".git",
5-
".idea",
6-
".github",
7-
".vscode"
8-
],
9-
"release-type": "python",
10-
"include-component-in-tag": false,
11-
"include-v-in-tag": true,
12-
"packages": {
13-
".": {
14-
"package-name": "msgraph_beta",
15-
"changelog-path": "CHANGELOG.md",
16-
"extra-files": [
17-
"pyproject.toml",
18-
"msgraph_beta/_version.py"
19-
]
20-
}
21-
},
22-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
23-
}
2+
"bootstrap-sha": "9096adb098e11bd5484335b5e08bd0c882db7407",
3+
"exclude-paths": [
4+
".git",
5+
".idea",
6+
".github",
7+
".vscode"
8+
],
9+
"release-type": "simple",
10+
"include-component-in-tag": false,
11+
"include-v-in-tag": true,
12+
"packages": {
13+
".": {
14+
"package-name": "msgraph_beta",
15+
"changelog-path": "CHANGELOG.md",
16+
"extra-files": [
17+
"pyproject.toml",
18+
"msgraph_beta/_version.py"
19+
]
20+
}
21+
},
22+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
23+
}

0 commit comments

Comments
 (0)