Compare commits

..
2 Commits
Author SHA1 Message Date
bendtherules 3bcdc0a90f chore(release): 0.0.9 2026-03-21 18:00:37 +05:30
bendtherules 132a15dfc4 chore(release): 0.0.8 2026-03-21 18:00:29 +05:30
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencode-multi-model",
"version": "0.0.8",
"version": "0.0.9",
"description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool",
"type": "module",
"main": "./dist/index.js",
+2 -7
View File
@@ -30,13 +30,8 @@ if [[ "$confirm" != "y" && "$confirm" != "Y" ]]; then
exit 0
fi
# Prompt for OTP
read -p "Enter npm OTP (leave blank if not using 2FA): " otp
if [[ -n "$otp" ]]; then
npm publish --otp "$otp"
else
npm publish
fi
# Publish to npm
npm publish
# Push git commits and tags
git push && git push --tags