From b0c1f493bd406b4f9a0c436e75f91acc88075966 Mon Sep 17 00:00:00 2001 From: Jeroen Savat Date: Thu, 1 Apr 2021 09:43:36 +0200 Subject: [PATCH] fix: primary branch --- release.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index be7cec2..7d2f983 100644 --- a/release.config.js +++ b/release.config.js @@ -2,10 +2,11 @@ const { version: previousVersion } = require("./package.json"); const projectfolder = "SMBLibrary/"; const csprojfile = "Lansweeper.SMBLibrary.csproj"; const nugetpackage = "Lansweeper.SMBLibrary"; +const gitprimarybranch = "master"; module.exports = { "branches": [ - "main" + gitprimarybranch ], "plugins": [ "@semantic-release/commit-analyzer",