From e71584518fa7ee3e54240d7bb09e086d52bc267e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 12 Aug 2023 20:27:19 -0400 Subject: [PATCH] ci: add semantic-release script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index edfbb5e..0816666 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "start": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "semantic-release": "semantic-release" }, "dependencies": { "@astrojs/image": "^0.16.6",