Skip to content

Commit 1772990

Browse files
authored
Merge pull request #37 from PlayerData/add-release-config
fix(ci): tell semantic release that the main branch of this repo is called main
2 parents c8e37bd + 6722539 commit 1772990

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,8 @@
119119
}
120120
]
121121
]
122+
},
123+
"release": {
124+
"branches": ["main"]
122125
}
123126
}

0 commit comments

Comments
 (0)