Skip to content

Commit

Permalink
chore: auto init
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Feb 1, 2021
1 parent 323afba commit bc376ff
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .autorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["npm", "slack", "twitter", "all-contibutors", "first-time-contributor", "released"]
}
Binary file added assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"test": "jest",
"build": "lerna run prepare",
"prerelease": "lerna run clean",
"release": "lerna publish",
"release-old": "lerna publish",
"release": "auto shipit",
"example": "yarn --cwd example",
"prepare": "lerna run prepare"
},
Expand Down Expand Up @@ -96,5 +97,27 @@
"metro-react-native-babel-preset": "^0.63.0",
"prettier": "^2.2.1",
"typescript": "^4.0.3"
},
"author": "Fernando Rojo <[email protected]>",
"auto": {
"plugins": [
"npm",
"all-contributors",
"first-time-contributor",
"released",
"slack",
"twitter"
],
"onlyPublishWithReleaseLabel": true,
"labels": [
{
"name": "minor",
"changelogTitle": "🚀 Enhancement",
"description": "Increment the minor version when merged",
"releaseType": "minor",
"color": "8000c5",
"overwrite": true
}
]
}
}

0 comments on commit bc376ff

Please sign in to comment.