Skip to content

Commit

Permalink
build(release-please): update versions in README (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed May 24, 2024
1 parent 815b808 commit cb9c86a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.2.0"
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Embed the [Highlight.js script](https://highlightjs.org/download/), then one of
> The "variable version" assumes that you have a flavor of Catppuccin already present in your CSS variables, e.g. `:root { --ctp-mauve:136,57,239; }`.
> This is particularly useful if you use [Catppuccin TailwindCSS](https://github.com/catppuccin/tailwindcss)
<!-- x-release-please-start-version -->

unpkg:
```html
<link rel="stylesheet" href="//unpkg.com/@catppuccin/highlightjs@0.2.0/css/catppuccin-mocha.css">
Expand All @@ -58,6 +60,8 @@ jsdelivr:
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/highlightjs@0.2.0/css/catppuccin.variables.important.css">
```

<!-- x-release-please-end -->

## 💝 Thanks to

- [Andreas Grafen](https://github.com/andreasgrafen)
Expand Down
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "node",
"extra-files": [
{
"path": "./README.md",
"type": "generic"
}
]
}
}
}

0 comments on commit cb9c86a

Please sign in to comment.