mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-27 11:16:07 +02:00
fix: primary branch
This commit is contained in:
parent
815ec38d19
commit
b0c1f493bd
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue