Skip to content

Commit 0db4d95

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 4b36707 commit 0db4d95

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
@@ -56,11 +56,7 @@
5656
},
5757
"release": {
5858
"branches": [
59-
"saga",
60-
{
61-
"name": "!(saga)",
62-
"prerelease": true
63-
}
59+
"saga"
6460
],
6561
"remoteTags": true,
6662
"plugins": [

0 commit comments

Comments
 (0)