Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit eb059ed

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 e771a81 commit eb059ed

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@
6565
},
6666
"release": {
6767
"branches": [
68-
"saga",
69-
{
70-
"name": "!(saga)",
71-
"prerelease": true
72-
}
68+
"saga"
7369
],
7470
"remoteTags": true,
7571
"plugins": [

0 commit comments

Comments
 (0)