We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b07a47 commit 36b1861Copy full SHA for 36b1861
release-please-config.json
@@ -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