Skip to content

Commit c25617e

Browse files
committed
chore: fix release-please config for apis module path
The apis/ directory was renamed to api/ in #733 (kubebuilder v4 migration) but the release-please config was not updated, so api module releases stopped being detected. Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 33168bb commit c25617e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.release-please-manifest.json

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

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"last-release-sha": "e5445ae5f41c29a5a62503438d86dcddf2c59617",
55
"tag-separator": "/",
66
"packages": {
7-
"apis": {
7+
"api": {
8+
"component": "apis",
89
"release-type": "go",
910
"package-name": "apis",
1011
"draft": false,
@@ -22,7 +23,7 @@
2223
"bump-minor-pre-major": true,
2324
"bump-patch-for-minor-pre-major": true,
2425
"exclude-paths": [
25-
"apis"
26+
"api"
2627
],
2728
"extra-files": [
2829
"README.md",

0 commit comments

Comments
 (0)