Skip to content

Commit

Permalink
Merge pull request #29 from Friday-Coders/fix/auto/author
Browse files Browse the repository at this point in the history
chore(auto): fix auto author config
  • Loading branch information
hazem3500 authored Jan 2, 2021
2 parents dd17688 + 4b3ea25 commit b8d543d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
18 changes: 18 additions & 0 deletions .autorc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"plugins": [
[
"all-contributors",
{
"exclude": ["dependabot"]
}
],
"conventional-commits",
"first-time-contributor",
"released"
],
"onlyPublishWithReleaseLabel": true,
"author": {
"name": "Not A Human",
"email": "hazem3500@gmail.com"
}
}
19 changes: 1 addition & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,5 @@
"git add"
]
},
"repository": "friday-coders/cat-app",
"author": "hazem3500 <hazem3500@gmail.com>",
"auto": {
"plugins": [
[
"all-contributors",
{
"exclude": [
"dependabot"
]
}
],
"conventional-commits",
"first-time-contributor",
"released"
],
"onlyPublishWithReleaseLabel": true
}
"repository": "friday-coders/cat-app"
}

0 comments on commit b8d543d

Please sign in to comment.