Skip to content

Commit 8d89acc

Browse files
authored
chore(ci): update release please and link checker config (#34)
* docs: update readme getting started instructions * chore(ci): update release please and link checker config
1 parent c4e05f8 commit 8d89acc

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ gemini
9292
> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
9393
> To save and resume conversation history use command: `/chat save <tag>` and `/chat resume <tag>`.
9494
95+
### Start Gemini CLI
96+
97+
To start the Gemini CLI, use the following command:
98+
99+
```bash
100+
gemini
101+
```
102+
103+
> [!WARNING]
104+
> **Changing Instance & Database Connections**
105+
> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
106+
> To save and resume conversation history use command: `/chat save <tag>` and `/chat resume <tag>`.
107+
95108
## Usage Examples
96109

97110
Interact with Cloud SQL for SQL Server using natural language:

release-please-config.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@
44
"include-component-in-tag": false,
55
"include-v-in-tag": false,
66
"changelog-sections": [
7-
{ "type": "feat", "section": "Features" },
8-
{ "type": "fix", "section": "Bug Fixes" },
9-
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
10-
{ "type": "docs", "section": "Documentation", "hidden": false }
7+
{
8+
"type": "feat",
9+
"section": "Features"
10+
},
11+
{
12+
"type": "fix",
13+
"section": "Bug Fixes"
14+
},
15+
{
16+
"type": "chore",
17+
"section": "Miscellaneous Chores",
18+
"hidden": true
19+
},
20+
{
21+
"type": "docs",
22+
"section": "Documentation",
23+
"hidden": true
24+
}
1125
],
1226
"packages": {
1327
".": {
@@ -22,4 +36,4 @@
2236
]
2337
}
2438
}
25-
}
39+
}

0 commit comments

Comments
 (0)