Skip to content

Commit 2c1fb33

Browse files
committed
Initial circleCI
1 parent 1b843e0 commit 2c1fb33

File tree

3 files changed

+2947
-72
lines changed

3 files changed

+2947
-72
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:4.8.2
6+
steps:
7+
- checkout
8+
- run: npm ci

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "react-native-tcp-socket",
33
"title": "React Native Tcp Socket",
4-
"version": "3.0.3",
4+
"version": "0.0.0-development",
55
"description": "React Native TCP socket API for Android & iOS",
66
"main": "index.js",
77
"scripts": {
8-
"test": "jest"
8+
"test": "jest",
9+
"semantic-release": "semantic-release"
910
},
1011
"repository": {
1112
"type": "git",
12-
"url": "git+https://github.com/Rapsssito/react-native-tcp-socket.git",
13+
"url": "https://github.com/Rapsssito/react-native-tcp-socket.git",
1314
"baseUrl": "https://github.com/Rapsssito/react-native-tcp-socket"
1415
},
1516
"keywords": [
@@ -35,14 +36,16 @@
3536
"devDependencies": {
3637
"@babel/core": "^7.7.2",
3738
"@babel/runtime": "^7.7.2",
39+
"@semantic-release/github": "^5.5.5",
3840
"eslint": "^6.6.0",
3941
"eslint-config-prettier": "^6.5.0",
4042
"eslint-plugin-prettier": "^3.1.1",
4143
"jest": "^24.9.0",
4244
"metro-react-native-babel-preset": "^0.57.0",
4345
"prettier": "^1.18.2",
4446
"react": "16.9.0",
45-
"react-native": "^0.61.4"
47+
"react-native": "^0.61.4",
48+
"semantic-release": "^15.13.31"
4649
},
4750
"dependencies": {
4851
"buffer": "^5.4.3"

0 commit comments

Comments
 (0)