Skip to content

Commit

Permalink
Add a message for the automated git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Feb 17, 2024
1 parent db9ce80 commit 4427cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update-PDFsamVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ else
gh release create "$latestSourceVersionTag" "$pafAppInstaller" --title $releaseName --notes $releaseName

# Commit and push the updated AppInfo.ini file
echo "Commit and push the updated AppInfo.ini file"
git commit "$appInfoFile"
echo "Commit and push the updates for $releaseName"
git commit -m "Updates for $releaseName" "$appInfoFile"
git push
}
catch
Expand Down

0 comments on commit 4427cb0

Please sign in to comment.