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
- Fix reusable workflow errors by adding workflow_call triggers to build workflows
This commit is contained in:
Vivek R
2025-08-01 18:43:50 +05:30
parent 6a6392670d
commit 74c2bb3746
3 changed files with 34 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
name: Build Linux
on:
workflow_call:
workflow_dispatch:
push:
branches: [main, test-linux-workflow]
branches: [main]
jobs:
build: