diff --git a/.github/config/release-please-config.json b/.github/config/release-please-config.json index 8fa8915..7f459e2 100644 --- a/.github/config/release-please-config.json +++ b/.github/config/release-please-config.json @@ -17,7 +17,13 @@ "packages": { ".": { "release-type": "simple", - "package-name": "homeracker" + "package-name": "homeracker", + "exclude-paths": [ + "cmd/scadm", + ".github/actions/setup-openscad", + ".github/actions/sync-instructions", + ".github/workflows" + ] }, "cmd/scadm": { "release-type": "python",