Skip to content

Commit 999b235

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 7f0bcfa commit 999b235

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@
6161
},
6262
"release": {
6363
"branches": [
64-
"saga",
65-
{
66-
"name": "!(saga)",
67-
"prerelease": true
68-
}
64+
"saga"
6965
],
7066
"remoteTags": true,
7167
"plugins": [

0 commit comments

Comments
 (0)