Files
pulse/.github/workflows
rcourtman 8d847e0c5f fix: improve changelog generation to use correct commit range
- Replace analyzeCommitsForVersionBump() with direct git log approach
- Use tail -2  < /dev/null |  head -1 to get the previous stable tag correctly
- Filter out release commits to avoid circular references
- Better commit message parsing for features/fixes/other changes
- This should fix the '0 commits' issue in changelogs
2025-06-13 19:02:53 +01:00
..