From 8b914446b02590bcc41ff956bc3b250bb0d50026 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sat, 23 Jan 2021 16:06:21 +0100 Subject: [PATCH] chore: standard-version configuration for perf commits --- .versionrc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .versionrc.json diff --git a/.versionrc.json b/.versionrc.json new file mode 100644 index 00000000..e21157b5 --- /dev/null +++ b/.versionrc.json @@ -0,0 +1,7 @@ +{ + "types": [ + {"type":"feat","section":"Features"}, + {"type":"perf","section":"Improvements"}, + {"type":"fix","section":"Bug Fixes"} + ] +} \ No newline at end of file