Skip to content

Commit 4f1a310

Browse files
committed
Adds release please configuration
1 parent 101f049 commit 4f1a310

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
release-type: go
21
manifest: true
32
primaryBranch: main
43
handleGHRelease: true

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "1.42.0"
3-
}
3+
}
44

release-please-config.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"exclude-paths": [
3-
".git",
4-
".idea",
5-
".github",
6-
".vscode"
7-
],
82
"release-type": "go",
93
"bump-minor-pre-major": true,
104
"bump-patch-for-minor-pre-major": true,
11-
"include-component-in-tag": true,
12-
"include-v-in-tag": true,
5+
"include-component-in-tag": false,
6+
"packages": {
7+
".": {
8+
"package-name": "github.com/microsoftgraph/msgraph-sdk-go",
9+
"changelog-path": "CHANGELOG.md"
10+
}
11+
},
1312
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1413
}
1514

0 commit comments

Comments
 (0)