Skip to content

Commit 197f927

Browse files
chore: move release configuration to .releaserc.json
1 parent 8cd9e06 commit 197f927

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.releaserc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"branches": [
3+
"master",
4+
{
5+
"name": "beta",
6+
"prerelease": true
7+
}
8+
],
29
"plugins": [
310
"@semantic-release/commit-analyzer",
411
"@semantic-release/release-notes-generator",

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
"workspaces": [
55
"packages/*"
66
],
7-
"release": {
8-
"branches": [
9-
"master",
10-
{
11-
"name": "beta",
12-
"prerelease": true
13-
}
14-
]
15-
},
167
"repository": {
178
"type": "git",
189
"url": "git+https://github.com/BitGo/wasm-miniscript.git"

0 commit comments

Comments
 (0)