diff --git a/package.json b/package.json index e2edbc53a..eb6f3db23 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,11 @@ }, "release": { "branches": [ - "production" + "production", + { + "name": "val", + "prerelease": true + } ], "plugins": [ "@semantic-release/commit-analyzer",