ci: add semantic-release script

This commit is contained in:
Derrick Hammer 2023-08-12 20:27:19 -04:00
parent db641728aa
commit e71584518f
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro",
"semantic-release": "semantic-release"
}, },
"dependencies": { "dependencies": {
"@astrojs/image": "^0.16.6", "@astrojs/image": "^0.16.6",