From f3e8825642d80e35c50f4f4fd7277c8a9dabda28 Mon Sep 17 00:00:00 2001 From: Sthope <rjs.ricardosilva@gmail.com> Date: Sun, 12 Sep 2021 13:09:58 +0200 Subject: [PATCH] perf(): more sv testing --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cae17d2..9afc15d 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - ["@saithodev/semantic-release-gitea", { + "@saithodev/semantic-release-gitea", { "giteaUrl": "https://git.sthope.dev", "assets": [ {"path": "dist/asset.min.css", "label": "CSS distribution"}, {"path": "dist/asset.min.js", "label": "JS distribution"} ] - }], + }, ] } \ No newline at end of file