Skip to content

Commit da0e8b2

Browse files
authored
chore(ci): update release please and link checker config (#33)
1 parent d9996d3 commit da0e8b2

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-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-postgresql/compare/

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)