Skip to content

Commit 6f2f681

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 7219c37 commit 6f2f681

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

0 commit comments

Comments
 (0)