Skip to content

Commit f5a3545

Browse files
committed
Add release please base configuration
1 parent f15da30 commit f5a3545

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
manifest: true
2+
primaryBranch: main
3+
handleGHRelease: true

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.4.0"
3+
}

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": "69079661c12dbfe6bf0c7cc379597d0c6c49e6f8",
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",
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)