From 3d13b8ccd45d0544284a014668ec5116dc1e8b1e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 28 Feb 2026 10:00:12 +0200 Subject: [PATCH] chore: add semantic-release config --- .releaserc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .releaserc.json diff --git a/.releaserc.json b/.releaserc.json new file mode 100644 index 0000000..36079a2 --- /dev/null +++ b/.releaserc.json @@ -0,0 +1,4 @@ +{ + "extends": ["@ivuorinen/semantic-release-config"], + "branches": ["main"] +}