File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1818 run : pnpm install
1919 - name : Run textlint
2020 run : pnpm run lint
21- env :
22- CI : true
Original file line number Diff line number Diff line change 19197 . textlint で引っかかる場合は再度修正を行いコミットします
20208 . フォークした自分のリポジトリーに Push します: ` git push origin my-topic-branch `
21219 . 問題がなければ、プルリクエストを ` vitejs/docs-ja ` の ` main ` ブランチに送ります
22- 10 . レビューで指摘事項があったら修正 + Push し、再レビュー依頼( :arrows_counterclockwise : ボタン)します
22+ 10 . レビューで指摘事項があったら修正 + Push し、再レビュー依頼(Reviewers の :arrows_counterclockwise : ボタン)します
2323 - 依頼の前に、修正漏れがないか確認してください
242411 . レビューで OK ならば、マージされてドキュメントに反映されます :tada :
2525
Original file line number Diff line number Diff line change 66 "docs" : " vitepress dev" ,
77 "build-docs" : " vitepress build" ,
88 "serve-docs" : " vitepress serve" ,
9- "lint" : " textlint --format pretty-error **/*.md"
9+ "lint" : " textlint --format pretty-error \" **/*.md\" "
1010 },
1111 "devDependencies" : {
1212 "@shikijs/vitepress-twoslash" : " ^3.9.2" ,
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Vite のリリースは[セマンティック バージョニング](https://sem
88
99Vite には、一定のリリースサイクルがありません。
1010
11- - ** パッチ** リリースは必要に応じてリリースされます(通常は1週間ごと )。
12- - ** マイナー** リリースは常に新しい機能が含まれており、必要に応じてリリースされます。マイナーリリースには常にベータプレリリース段階があります(通常は2ヶ月ごと )。
13- - ** メジャー** リリースは通常 [ Node.js の EOL スケジュール] ( https://endoflife.date/nodejs ) に従い、予めアナウンスされます。これらのリリースはエコシステムとの長期的な議論を経て、アルファプレリリース段階とベータプレリリース段階があります(通常は1年ごと )。
11+ - ** パッチ** リリースは必要に応じてリリースされます(通常は 1 週間ごと )。
12+ - ** マイナー** リリースは常に新しい機能が含まれており、必要に応じてリリースされます。マイナーリリースには常にベータプレリリース段階があります(通常は 2 ヶ月ごと )。
13+ - ** メジャー** リリースは通常 [ Node.js の EOL スケジュール] ( https://endoflife.date/nodejs ) に従い、予めアナウンスされます。これらのリリースはエコシステムとの長期的な議論を経て、アルファプレリリース段階とベータプレリリース段階があります(通常は 1 年ごと )。
1414
1515Vite チームがサポートする Vite のバージョン範囲は、以下の通りに自動的に決定されます:
1616
You can’t perform that action at this time.
0 commit comments