Skip to content

Commit b3bc892

Browse files
committed
build: adjust semantic release
- Add missing table of contents in readme
1 parent d9b3580 commit b3bc892

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.release.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"branches": ["main"],
23
"plugins": [
34
[
45
"@semantic-release/commit-analyzer",
@@ -36,26 +37,13 @@
3637
}
3738
}
3839
],
39-
[
40-
"@semantic-release/exec",
41-
{
42-
"prepareCmd": "sed -Ei 's/:[0-9,\\.]+/:${nextRelease.version}/g' action.yml"
43-
}
44-
],
45-
[
46-
"@semantic-release/git",
47-
{
48-
"assets": ["action.yml"],
49-
"message": "chore(release): bump to ${nextRelease.version} [skip ci]"
50-
}
51-
],
5240
[
5341
"@semantic-release/github",
5442
{
5543
"successComment": false,
5644
"failComment": false
5745
}
58-
]
59-
],
60-
"branches": ["main"]
46+
],
47+
"@semantic-release/npm"
48+
]
6149
}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Product") for visual regression testing.
1515
- [`<Cartesian>` props (Svelte 4)](#cartesian-props-svelte-4)
1616
- [Examples (Svelte 4)](#examples-svelte-4)
1717
- [Svelte 5 usage (experimental)](#svelte-5-usage-experimental)
18+
- [Styling `<CartesianWithRunes>` (Svelte 5)](#styling-cartesianwithrunes-svelte-5)
19+
- [`<CartesianWithRunes>` props (Svelte 5)](#cartesianwithrunes-props-svelte-5)
1820
- [Project roadmap](#project-roadmap)
1921
- [Goals](#goals)
2022
- [Non-goals](#non-goals)

0 commit comments

Comments
 (0)