Changelog v0.4.0

This commit is contained in:
Mukhtar Akere
2025-01-18 03:49:05 +01:00
parent ea73572557
commit 3841b7751e
30 changed files with 298 additions and 195 deletions

1
scripts/deploy.sh Normal file → Executable file
View File

@@ -46,7 +46,6 @@ echo "Deploying version $VERSION to $BRANCH branch..."
# Ensure we're on the right branch
git checkout $BRANCH || exit 1
git pull origin $BRANCH || exit 1
# Create and push tag
echo "Creating tag $TAG..."