Skip to content

Commit 36b1861

Browse files
committed
add release please configurations
1 parent 5b07a47 commit 36b1861

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

release-please-config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
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+
"README.md",
18+
"pyproject.toml",
19+
"msgraph/_version.py"
20+
]
21+
}
22+
},
23+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
24+
}

0 commit comments

Comments
 (0)