diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 0000000..e25be66 --- /dev/null +++ b/.lycheeignore @@ -0,0 +1 @@ +https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/ diff --git a/release-please-config.json b/release-please-config.json index c742828..e74ed80 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,10 +4,24 @@ "include-component-in-tag": false, "include-v-in-tag": false, "changelog-sections": [ - { "type": "feat", "section": "Features" }, - { "type": "fix", "section": "Bug Fixes" }, - { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, - { "type": "docs", "section": "Documentation", "hidden": false } + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Miscellaneous Chores", + "hidden": true + }, + { + "type": "docs", + "section": "Documentation", + "hidden": true + } ], "packages": { ".": { @@ -22,4 +36,4 @@ ] } } -} +} \ No newline at end of file