Skip to content

Commit 412517f

Browse files
committed
update script
1 parent fe147d2 commit 412517f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

update.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ main() {
4141
makepkg --printsrcinfo > .SRCINFO
4242

4343
echo "All updated!"
44-
}
44+
echo "Committing and pushing to GitHub"
45+
git add .
46+
git commit -m "chore: updating version $CODE_SERVER_VERSION_TO_UPDATE"
47+
echo "Action requried: make sure to push to aur: git push aur"
4548

4649
main "$@"

0 commit comments

Comments
 (0)