Skip to content

Commit 5c1486b

Browse files
semantic-release-botmatt-oakes
authored andcommitted
chore(release): 4.0.2 [skip ci]
## [4.0.2](v4.0.1...v4.0.2) (2020-04-02) ### Bug Fixes * Ensure the CI works correctly ([580343a](580343a))
1 parent 580343a commit 5c1486b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts
5151
- run:
5252
name: Publish to CircleCI Orb Registry
53-
command: PATH="~:$PATH" yarn semantic-release
53+
command: yarn semantic-release
5454

5555
workflows:
5656
btd:

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[
1313
"semantic-release-circleci-orb",
1414
{
15-
"commandName": "circleci-tool",
15+
"commandName": "~/circleci-tool",
1616
"orbName": "react-native-community/react-native",
1717
"orbPath": "packed-orb.yml"
1818
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.2](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.0.1...v4.0.2) (2020-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Ensure the CI works correctly ([580343a](https://github.com/react-native-community/react-native-circleci-orb/commit/580343a))
7+
18
## [4.0.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.0.0...v4.0.1) (2020-04-02)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/circleci-orb",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": true,
55
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
66
"scripts": {

0 commit comments

Comments
 (0)