Skip to content

Commit

Permalink
chore: update version and enhance release workflow
Browse files Browse the repository at this point in the history
- Bumped package version from 0.1.4 to 0.1.5 in package.json.
  • Loading branch information
kastov committed Dec 7, 2024
1 parent 6336087 commit dab259a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/release-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ jobs:
tag: ${{ env.TAG_NAME }}
release_name: ${{ env.TAG_NAME }}
body: |
Deployed by GitHub Actions
🎉 Automatic release of Remnawave Frontend
This release was automatically created through GitHub Actions.
### 📦 Artifacts
- remnawave-frontend.zip - archive with built frontend
### 🔍 Details
- Commit: ${{ github.sha }}
- Branch: ${{ github.ref_name }}
- Build time: ${{ github.event.head_commit.timestamp }}
send-telegram-message:
name: Send Telegram message
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@remnawave/frontend",
"private": false,
"type": "module",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"start:dev": "vite",
"start:build": "NODE_ENV=production tsc && vite build",
Expand Down

0 comments on commit dab259a

Please sign in to comment.