Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit fb7ddc3

Browse files
committed
fix: use generic type
1 parent 46ccc50 commit fb7ddc3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

release-please-config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
"packages": {
1010
".": {
1111
"release-type": "simple",
12-
"extra-files": ["PseudonymizationIG/sushi-config.yaml"],
1312
"bump-minor-pre-major": true,
14-
"bump-patch-for-minor-pre-major": true
13+
"bump-patch-for-minor-pre-major": true,
14+
"extra-files": [
15+
{
16+
"type": "generic",
17+
"path": "PseudonymizationIG/sushi-config.yaml"
18+
}
19+
]
1520
}
1621
}
1722
}

0 commit comments

Comments
 (0)