From 8badc5216bd1242adfa9509c78c3d0dea3d76396 Mon Sep 17 00:00:00 2001 From: Kai Schwarz Date: Thu, 27 Aug 2026 09:39:54 +0200 Subject: [PATCH] ci(release): pin repositoryUrl to the SSH form The release push moves to a per-repository write-enabled deploy key, named as the only bypass actor in the default-branch ruleset. This line is what makes SSH get tried at all: get-git-auth-url.js expands a shortcut or HTTPS repository URL before SSH is attempted, so without it the push would keep going over HTTPS and the ruleset would reject it. RSRMID-2994 --- .releaserc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.releaserc.json b/.releaserc.json index 8e91730..7644918 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,4 +1,5 @@ { + "repositoryUrl": "git@github.com:centralnicgroup-opensource/rtldev-middleware-python-sdk.git", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",