Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a3050e

Browse files
committed
chore: Use manifest for release-please
1 parent6bff88c commit9a3050e

File tree

2 files changed

+38
-39
lines changed

2 files changed

+38
-39
lines changed

‎.github/workflows/release-please.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,7 @@ jobs:
2323
id:release
2424
with:
2525
release-type:node
26-
package-name:cspell-action
27-
changelog-types:|
28-
[
29-
{ "type": "feat", "section": "Features", "hidden": false },
30-
{ "type": "feature", "section": "Features" },
31-
{ "type": "fix", "section": "Updates and Bug Fixes", "hidden": false },
32-
{ "type": "perf", "section": "Performance Improvements" },
33-
{ "type": "ci", "section": "Continuous Integration", "hidden": false },
34-
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
35-
{ "type": "revert", "section": "Reverts" },
36-
{ "type": "docs", "section": "Documentation" },
37-
{ "type": "style", "section": "Styles", "hidden": false },
38-
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
39-
{ "type": "test", "section": "Tests", "hidden": false },
40-
{ "type": "build", "section": "Build System", "hidden": false }
41-
]
26+
command:manifest
4227

4328
# The logic below handles the npm publication:
4429
-uses:actions/checkout@v4

‎release-please-config.json

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,73 @@
11
{
22
"changelog-sections": [
33
{
4-
"type":"feat",
5-
"section":"Features",
6-
"hidden":false
4+
"type":"",
5+
"section":"Changes",
6+
"hidden":true
77
},
88
{
9-
"type":"feature",
10-
"section":"Features"
9+
"type":"build",
10+
"section":"Build System",
11+
"hidden":true
1112
},
1213
{
13-
"type":"fix",
14-
"section":"Updates and Bug Fixes",
14+
"type":"chore",
15+
"section":"Miscellaneous",
1516
"hidden":false
1617
},
17-
{
18-
"type":"perf",
19-
"section":"Performance Improvements"
20-
},
2118
{
2219
"type":"ci",
2320
"section":"Continuous Integration",
2421
"hidden":true
2522
},
2623
{
27-
"type":"chore",
28-
"section":"Miscellaneous",
24+
"type":"deps",
25+
"section":"Dependencies",
2926
"hidden":true
3027
},
3128
{
32-
"type":"revert",
33-
"section":"Reverts"
29+
"type":"docs",
30+
"section":"Documentation"
3431
},
3532
{
36-
"type":"docs",
33+
"type":"doc",
3734
"section":"Documentation"
3835
},
36+
{
37+
"type":"feat",
38+
"section":"Features",
39+
"hidden":false
40+
},
41+
{
42+
"type":"feature",
43+
"section":"Features"
44+
},
45+
{
46+
"type":"fix",
47+
"section":"Updates and Bug Fixes",
48+
"hidden":false
49+
},
50+
{
51+
"type":"perf",
52+
"section":"Performance Improvements"
53+
},
3954
{
4055
"type":"refactor",
4156
"section":"Code Refactoring",
4257
"hidden":true
4358
},
4459
{
45-
"type":"test",
46-
"section":"Tests",
47-
"hidden":true
60+
"type":"revert",
61+
"section":"Reverts"
4862
},
4963
{
50-
"type":"build",
51-
"section":"Build System",
64+
"type":"style",
65+
"section":"Styles",
5266
"hidden":true
5367
},
5468
{
55-
"type":"",
56-
"section":"Changes",
69+
"type":"test",
70+
"section":"Tests",
5771
"hidden":true
5872
}
5973
],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp