Skip to content

Commit 00ba012

Browse files
committed
ci: update release-please config
Updates `release-please` config and manifest to remove the `doc` project. Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent c74ef9c commit 00ba012

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/release-please/config.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,21 @@
77
"package-name": "backend",
88
"release-type": "elixir",
99
"component": "backend",
10-
"include-component-in-tag": false
11-
},
12-
"doc": {
13-
"package-name": "doc",
14-
"release-type": "elixir",
15-
"component": "doc",
16-
"include-component-in-tag": false
10+
"include-component-in-tag": true
1711
},
1812
"frontend": {
1913
"package-name": "frontend",
2014
"release-type": "node",
2115
"component": "frontend",
22-
"include-component-in-tag": false
16+
"include-component-in-tag": true
2317
}
2418
},
2519
"plugins": [
2620
{
2721
"type": "linked-versions",
2822
"groupName": "edgehog",
2923
"tagName": "v${version}",
30-
"components": ["backend", "frontend", "doc"]
24+
"components": ["backend", "frontend"]
3125
}
3226
],
3327
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"backend": "0.12.0",
3-
"doc": "0.12.0",
43
"frontend": "0.12.0"
54
}

0 commit comments

Comments
 (0)