ci: implement 3-stage deployment pipeline with semantic-release

This commit is contained in:
badblocks 2025-07-31 19:18:43 -07:00
parent af8d86dedb
commit d4d84ad0db
No known key found for this signature in database
13 changed files with 271 additions and 169 deletions

View file

@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "0.0.0-development",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
@ -31,6 +31,7 @@
"@nuxt/ui": "3.2.0",
"@unhead/vue": "^2.0.12",
"android-sms-gateway": "^3.0.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"daisyui": "^5.0.46",
"husky": "^9.1.7",
"nuxt": "^4.0.1",