Skip to content

Commit 24b61f0

Browse files
committed
chore: remove semantic-release-circleci-orb package
1 parent d8f5dea commit 24b61f0

File tree

3 files changed

+43
-848
lines changed

3 files changed

+43
-848
lines changed

.releaserc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
"npmPublish": false
1010
}
1111
],
12-
[
13-
"semantic-release-circleci-orb",
14-
{
15-
"commandName": "/home/circleci/circleci",
16-
"orbName": "react-native-community/react-native",
17-
"orbPath": "packed-orb.yml"
18-
}
19-
],
2012
"@semantic-release/github",
2113
[
2214
"@semantic-release/git",
@@ -26,4 +18,4 @@
2618
}
2719
]
2820
]
29-
}
21+
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"devDependencies": {
1010
"@semantic-release/changelog": "^5.0.1",
1111
"@semantic-release/git": "^9.0.0",
12-
"semantic-release": "^17.4.2",
13-
"semantic-release-circleci-orb": "^1.1.1"
12+
"semantic-release": "^17.4.2"
1413
},
1514
"repository": {
1615
"type": "git",

0 commit comments

Comments
 (0)