Skip to content

Commit 245e6be

Browse files
committed
update
1 parent 4039909 commit 245e6be

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.changeset/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,32 @@ Pull Requestを出すと、`.changesets/UNIQUE_ID.md` に変更履歴を書く
55

66
changesetファイルには、次の形式で変更点を書いていきます。
77

8+
既存のルールを更新するとき
9+
810
```markdown
911
---
1012
"textlint-rule-preset-japanese": major
1113
---
1214

13-
:new: [ルール名](https://example.com)を追加 or 更新
15+
:sparkles: [ルール名](https://example.com)をアップデート
1416

1517
変更点の解説
1618

1719
```
1820

21+
新しいルールを追加するとき
22+
23+
```markdown
24+
---
25+
"textlint-rule-preset-japanese": major
26+
---
27+
28+
:new: [ルール名](https://example.com)を追加
29+
30+
追加したルールの解説
31+
32+
```
33+
1934
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
2035
with multi-package repos, or single-package repos to help you version and publish your code. You can
2136
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

.changeset/textlint-rule-no-invalid-control-character.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"textlint-rule-preset-japanese": major
33
---
44

5-
:sparkles: [textlint-rule/textlint-rule-no-invalid-control-character v2.0.0](https://github.com/textlint-rule/textlint-rule-no-invalid-control-character/releases/v2.0.0)を更新
5+
:sparkles: [textlint-rule/textlint-rule-no-invalid-control-character v2.0.0](https://github.com/textlint-rule/textlint-rule-no-invalid-control-character/releases/v2.0.0)へアップデート
66

77
Imageの`alt`内もデフォルトでチェックするようになりました

0 commit comments

Comments
 (0)