diff --git a/.releaserc.json b/.releaserc.json index cb82cc9..28d4721 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,6 @@ { "extends": [ "@ivuorinen/semantic-release-config" - ] -} \ No newline at end of file + ], + "branches": ["main"] +}