From ebc702084e385d30f970f9a46a953bcb85c6085a Mon Sep 17 00:00:00 2001 From: seeebiii Date: Wed, 1 Jun 2022 11:04:01 +0200 Subject: [PATCH] chore: remove versionrc --- .versionrc.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .versionrc.json diff --git a/.versionrc.json b/.versionrc.json deleted file mode 100644 index 41c43f8..0000000 --- a/.versionrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "packageFiles": [ - { - "filename": "version.json", - "type": "json" - } - ], - "bumpFiles": [ - { - "filename": "version.json", - "type": "json" - } - ], - "commitAll": true, - "scripts": { - "postbump": "npx projen && git add ." - } -}