feat: add release trigger configuration (#1697)

This commit is contained in:
Brandon Keiji
2025-06-26 01:54:58 +00:00
committed by GitHub
parent bb797ded7d
commit a8763abfb7
7 changed files with 167 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
"version": "0.1.1",
"version": "0.1.4",
"description": "Gemini CLI",
"type": "module",
"main": "dist/index.js",
@@ -28,7 +28,7 @@
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.1"
},
"dependencies": {
"@google/gemini-cli-core": "0.1.1",
"@google/gemini-cli-core": "*",
"@types/update-notifier": "^6.0.8",
"command-exists": "^1.2.9",
"diff": "^7.0.0",