Skip to content

Commit 2d3a5a8

Browse files
committed
ci: prepare for v0.1.0 release
- Add Claudia logo to release body - Add first release announcement and feature highlights - Clean up test branch references in build workflows - Update release body formatting for better presentation
1 parent 6a63926 commit 2d3a5a8

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Linux
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main, test-linux-workflow]
6+
branches: [main]
77

88
jobs:
99
build:

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: false
1414
type: string
1515
push:
16-
branches: [main, test-linux-workflow]
16+
branches: [main]
1717

1818
jobs:
1919
build:

.github/workflows/release.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,21 @@ jobs:
9797
generate_release_notes: true
9898
files: release-assets/*
9999
body: |
100-
## Claudia ${{ steps.version.outputs.version }}
100+
<div align="center">
101+
<img src="https://raw.githubusercontent.com/${{ github.repository }}/${{ steps.version.outputs.version }}/src-tauri/icons/icon.png" alt="Claudia Logo" width="128" height="128">
102+
103+
# Claudia ${{ steps.version.outputs.version }}
104+
105+
🎉 **First Release!** 🎉
106+
107+
### 🚀 What's New in This First Release
108+
109+
- **AI-Powered Coding**: Seamless integration with Claude for intelligent code assistance
110+
- **Cross-Platform Support**: Available for macOS and Linux
111+
- **Modern UI**: Clean, intuitive interface built with React and Tauri
112+
- **MCP Support**: Model Context Protocol integration for enhanced capabilities
113+
- **Session Management**: Save and restore your coding sessions
114+
- **And much more!**
101115
102116
### Downloads
103117
@@ -126,6 +140,3 @@ jobs:
126140
127141
All files include `.sha256` signature files for verification.
128142
129-
### What's Changed
130-
131-
See below for a full list of changes in this release.

0 commit comments

Comments
 (0)