chore: update manifest xml sportsmanager version with pipeline

This commit is contained in:
Marvin Flock
2025-08-12 01:44:13 +02:00
parent fbd7e05abb
commit 22c50e688a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@ jobs:
echo " 'version' => '${{ env.VERSION }}'," >> src/structure/components/com_sportsmanager/util/version.php
echo " 'date' => '$(date +%F)'," >> src/structure/components/com_sportsmanager/util/version.php
echo "];" >> src/structure/components/com_sportsmanager/util/version.php
echo "Updating version to $VERSION in sportsmanager.xml"
sed -i "s#<version>.*</version>#<version>$VERSION</version>#" src/structure/sportsmanager.xml
- name: Generate release notes
id: release_notes_extension