Skip to content

Commit 2089390

Browse files
committed
chore(semantic-release): disable pre-release
We have not used this recently at all and it is more annoying than useful because it cannot work with rebases which we do quite often.
1 parent 036d3bc commit 2089390

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@
5555
},
5656
"release": {
5757
"branches": [
58-
"saga",
59-
{
60-
"name": "!(saga)",
61-
"prerelease": true
62-
}
58+
"saga"
6359
],
6460
"remoteTags": true,
6561
"plugins": [

0 commit comments

Comments
 (0)