Skip to content

Commit 59d29ce

Browse files
committed
chore: release please update version in readme
1 parent 3afa51f commit 59d29ce

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ npx @hyprmcp/mcp-install-instructions-generator --help
2424

2525
You can use the web component by importing it into your HTML file:
2626

27+
<!-- x-release-please-start-version -->
28+
2729
```html
2830
<script src="https://cdn.jsdelivr.net/npm/@hyprmcp/[email protected]/dist/component/index.js"></script>
2931
<link
@@ -36,6 +38,8 @@ You can use the web component by importing it into your HTML file:
3638
></mcp-install-instructions>
3739
```
3840

41+
<!-- x-release-please-end -->
42+
3943
### JavaScript
4044

4145
This package is distributed as an npm package.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bump-patch-for-minor-pre-major": false,
1010
"include-component-in-tag": false,
1111
"draft": false,
12-
"extra-files": ["src/mcp/server.ts"],
12+
"extra-files": ["src/mcp/server.ts", "README.md"],
1313
"changelog-sections": [
1414
{
1515
"type": "feat",

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
3+
"extends": ["config:recommended"]
64
}

0 commit comments

Comments
 (0)