chore: update go to 1.25, upgrade x/sys, and bump version to 1.0.36
This commit is contained in:
@@ -48,7 +48,7 @@ read -p "Do you want to commit this version and trigger a GitHub Release for v$n
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
echo "Committing version bump..."
|
||||
git add VERSION PrintCleaner.manifest
|
||||
git add VERSION PrintCleaner.manifest .github/workflows .gitea/workflows 2>/dev/null || git add VERSION PrintCleaner.manifest .github/workflows
|
||||
git commit -m "chore: release v$new_ver"
|
||||
|
||||
echo "Tagging v$new_ver..."
|
||||
|
||||
Reference in New Issue
Block a user