chore: include version in changelog

This commit is contained in:
Elias Schneider
2025-09-17 18:00:04 +02:00
parent 99f31a7c26
commit cf0892922b

View File

@@ -113,7 +113,7 @@ git add frontend/package.json
# Generate changelog
echo "Generating changelog..."
conventional-changelog -p conventionalcommits -i CHANGELOG.md -s
conventional-changelog -p conventionalcommits -i CHANGELOG.md -s --pkg frontend/package.json
git add CHANGELOG.md
# Commit the changes with the new version