Skip to content

Commit 753f102

Browse files
chore: release v0.2.3 - Remove Vercel Deployment Workflow
## 🗑️ Deployment Changes - Remove Vercel deployment workflow (.github/workflows/deploy.yml) - Simplify CI/CD pipeline by removing external deployment dependencies - Focus on build and test workflows for better reliability ## 🔧 Workflow Simplification - Remove dependency on Vercel secrets and external services - Streamline GitHub Actions to focus on code quality - Reduce complexity in deployment pipeline ## 📦 Benefits - Eliminates deployment failures due to missing Vercel tokens - Reduces external dependencies and potential points of failure - Simplifies maintenance and debugging of CI/CD pipeline - Focuses on core development workflows (build, test, lint) ## 🚀 Alternative Deployment - Manual deployment can be handled directly through Vercel dashboard - Automated deployment can be configured through Vercel's Git integration - Maintains flexibility while reducing GitHub Actions complexity ## Version Bump - site app: 0.2.2 → 0.2.3
1 parent 9deb5ed commit 753f102

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

apps/www/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# site
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- ## Remove Vercel Deployment Workflow
8+
9+
### 🗑️ Deployment Changes
10+
11+
- Remove Vercel deployment workflow (.github/workflows/deploy.yml)
12+
- Simplify CI/CD pipeline by removing external deployment dependencies
13+
- Focus on build and test workflows for better reliability
14+
15+
### 🔧 Workflow Simplification
16+
17+
- Remove dependency on Vercel secrets and external services
18+
- Streamline GitHub Actions to focus on code quality
19+
- Reduce complexity in deployment pipeline
20+
21+
### 📦 Benefits
22+
23+
- Eliminates deployment failures due to missing Vercel tokens
24+
- Reduces external dependencies and potential points of failure
25+
- Simplifies maintenance and debugging of CI/CD pipeline
26+
- Focuses on core development workflows (build, test, lint)
27+
28+
### 🚀 Alternative Deployment
29+
30+
- Manual deployment can be handled directly through Vercel dashboard
31+
- Automated deployment can be configured through Vercel's Git integration
32+
- Maintains flexibility while reducing GitHub Actions complexity
33+
334
## 0.2.2
435

536
### Patch Changes

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "site",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)