From 90e23dc923f16629ab14b4efae8407d183d0ef7e Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Sat, 14 Jan 2023 18:10:36 -0500 Subject: [PATCH] fix: auto setup --- .autorc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .autorc diff --git a/.autorc b/.autorc new file mode 100644 index 00000000..eaf43f22 --- /dev/null +++ b/.autorc @@ -0,0 +1,7 @@ +{ + "onlyPublishWithReleaseLabel": true, + "baseBranch": "master", + "author": "Repronim Bot ", + "noVersionPrefix": true, + "plugins": ["git-tag"] +}