fix(background): improve foreground service lifecycle and keep-alive handling

This commit is contained in:
cogwheel0
2025-10-24 12:23:56 +05:30
parent c5f4168d47
commit af2d70ba31
2 changed files with 49 additions and 17 deletions

View File

@@ -116,7 +116,6 @@ jobs:
fi
# Generate commit messages since the previous tag
echo "## What's Changed" > release_notes.md
echo "" >> release_notes.md
git log --pretty=format:"- %s (%h)" $PREVIOUS_TAG..${{ github.ref_name }} >> release_notes.md