Skip to content

Commit

Permalink
docs: fix URLs in title
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 5, 2024
1 parent acc33aa commit 9449c7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc-pack/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin Extension Pack for <a href="https://github.com/catppuccin/vscode/tree/main/packages/pack">VSCode</a>
<a href="https://github.com/catppuccin/vscode/tree/main/packages/catppuccin-vsc-pack">Catppuccin Extension Pack</a> for <a href="https://code.visualstudio.com/">VSCode</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>

Expand Down
15 changes: 14 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@
"component": "catppuccin-vsc"
},
"packages/catppuccin-vsc-pack": {
"component": "catppuccin-vsc-pack"
"component": "catppuccin-vsc-pack",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
},
"packages/catppuccin-vscode": {
"component": "@catppuccin/vscode"
Expand Down

0 comments on commit 9449c7c

Please sign in to comment.