diff --git a/release-please-config.json b/release-please-config.json index 0ecca9d..42b447e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,7 +7,10 @@ "extra-label": "release-please", "packages": { ".": { - "release-type": "simple" + "release-type": "simple", + "extra-files": ["PseudonymizationIG/sushi-config.yaml"], + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true } } }