From d266813b8cbdef832d84b77b5cef03826d6fa840 Mon Sep 17 00:00:00 2001 From: hazem osama Date: Sat, 2 Jan 2021 12:34:47 +0200 Subject: [PATCH] chore(auto): fix auto author config --- .autorc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.autorc.json b/.autorc.json index a8d852c..ca1945e 100644 --- a/.autorc.json +++ b/.autorc.json @@ -11,8 +11,5 @@ "released" ], "onlyPublishWithReleaseLabel": true, - "author": { - "name": "Not A Human", - "email": "hazem3500@gmail.com" - } + "author": "Not A Human " }