mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 16:23:23 +00:00
Merge pull request #5 from xtr-dev/patch/dev
Fix YAML syntax error in GitHub Actions workflow
This commit is contained in:
32
.github/workflows/version-and-publish.yml
vendored
32
.github/workflows/version-and-publish.yml
vendored
@@ -124,30 +124,30 @@ jobs:
|
|||||||
|
|
||||||
echo "🤖 Generating changelog with Claude..."
|
echo "🤖 Generating changelog with Claude..."
|
||||||
CHANGELOG=$(timeout 240s claude-code << 'CLAUDE_EOF'
|
CHANGELOG=$(timeout 240s claude-code << 'CLAUDE_EOF'
|
||||||
Please analyze the following git commits and generate a concise changelog in this exact format:
|
Please analyze the following git commits and generate a concise changelog in this exact format:
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
- Brief description of new features
|
- Brief description of new features
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
- Brief description of bug fixes
|
- Brief description of bug fixes
|
||||||
|
|
||||||
### 🔧 Improvements
|
### 🔧 Improvements
|
||||||
- Brief description of improvements/refactoring
|
- Brief description of improvements/refactoring
|
||||||
|
|
||||||
### 📚 Documentation
|
### 📚 Documentation
|
||||||
- Brief description of documentation changes
|
- Brief description of documentation changes
|
||||||
|
|
||||||
### ⚡ Performance
|
### ⚡ Performance
|
||||||
- Brief description of performance improvements
|
- Brief description of performance improvements
|
||||||
|
|
||||||
Only include sections that have actual changes. Keep each bullet point concise and user-focused.
|
Only include sections that have actual changes. Keep each bullet point concise and user-focused.
|
||||||
|
|
||||||
Git commits to analyze:
|
Git commits to analyze:
|
||||||
$COMMITS
|
$COMMITS
|
||||||
CLAUDE_EOF
|
CLAUDE_EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
# Check if changelog generation succeeded
|
# Check if changelog generation succeeded
|
||||||
|
|||||||
Reference in New Issue
Block a user