File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "branches" : [" main" ],
2
3
"plugins" : [
3
4
[
4
5
" @semantic-release/commit-analyzer" ,
36
37
}
37
38
}
38
39
],
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
- ],
52
40
[
53
41
" @semantic-release/github" ,
54
42
{
55
43
"successComment" : false ,
56
44
"failComment" : false
57
45
}
58
- ]
59
- ],
60
- "branches" : [ " main " ]
46
+ ],
47
+ " @semantic-release/npm "
48
+ ]
61
49
}
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Product") for visual regression testing.
15
15
- [ ` <Cartesian> ` props (Svelte 4)] ( #cartesian-props-svelte-4 )
16
16
- [ Examples (Svelte 4)] ( #examples-svelte-4 )
17
17
- [ 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 )
18
20
- [ Project roadmap] ( #project-roadmap )
19
21
- [ Goals] ( #goals )
20
22
- [ Non-goals] ( #non-goals )
You can’t perform that action at this time.
0 commit comments