Skip to content

Commit eb0ec36

Browse files
chingor13jskeet
authored andcommitted
build: enable release-please
1 parent c08e530 commit eb0ec36

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

.github/release-please.yml

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

.github/release-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enabled: true

.release-please-manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"src/Google.Cloud.Functions.Framework": "1.0.0",
3+
"src/Google.Cloud.Functions.Hosting": "1.0.0",
4+
"src/Google.Cloud.Functions.Templates": "1.0.0",
5+
"src/Google.Cloud.Functions.Testing": "1.0.0"
6+
}

release-please-config.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "simple",
4+
"include-component-in-tag": true,
5+
"include-v-in-tag": false,
6+
"changelog-path": "docs/history.md",
7+
"packages": {
8+
"src/Google.Cloud.Functions.Framework": {
9+
"component": "Google.Cloud.Functions.Framework",
10+
"changelog-path": "/docs/history.md",
11+
"extra-files": [
12+
{
13+
"type": "xml",
14+
"path": "/src/CommonProperties.xml",
15+
"xpath": "//Project/PropertyGroup/Version"
16+
}
17+
]
18+
},
19+
"src/Google.Cloud.Functions.Hosting": {
20+
"component": "Google.Cloud.Functions.Hosting"
21+
},
22+
"src/Google.Cloud.Functions.Templates": {
23+
"component": "Google.Cloud.Functions.Templates"
24+
},
25+
"src/Google.Cloud.Functions.Testing": {
26+
"component": "Google.Cloud.Functions.Testing"
27+
}
28+
},
29+
"plugins": [
30+
{
31+
"type": "linked-versions",
32+
"groupName": "Google.Cloud.Functions",
33+
"components": [
34+
"Google.Cloud.Functions.Framework",
35+
"Google.Cloud.Functions.Hosting",
36+
"Google.Cloud.Functions.Templates",
37+
"Google.Cloud.Functions.Testing"
38+
]
39+
}
40+
]
41+
}

0 commit comments

Comments
 (0)