Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ jobs:
run: pnpm install
- name: Run textlint
run: pnpm run lint
env:
CI: true
Comment on lines -21 to -22
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要なので削除

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
7. textlint で引っかかる場合は再度修正を行いコミットします
8. フォークした自分のリポジトリーに Push します: `git push origin my-topic-branch`
9. 問題がなければ、プルリクエストを `vitejs/docs-ja` の `main` ブランチに送ります
10. レビューで指摘事項があったら修正 + Push し、再レビュー依頼( :arrows_counterclockwise: ボタン)します
10. レビューで指摘事項があったら修正 + Push し、再レビュー依頼(Reviewers の :arrows_counterclockwise: ボタン)します
- 依頼の前に、修正漏れがないか確認してください
11. レビューで OK ならば、マージされてドキュメントに反映されます :tada:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docs": "vitepress dev",
"build-docs": "vitepress build",
"serve-docs": "vitepress serve",
"lint": "textlint --format pretty-error **/*.md"
"lint": "textlint --format pretty-error \"**/*.md\""
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^3.9.2",
Expand Down
6 changes: 3 additions & 3 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Vite のリリースは[セマンティック バージョニング](https://sem

Vite には、一定のリリースサイクルがありません。

- **パッチ**リリースは必要に応じてリリースされます(通常は1週間ごと)。
- **マイナー**リリースは常に新しい機能が含まれており、必要に応じてリリースされます。マイナーリリースには常にベータプレリリース段階があります(通常は2ヶ月ごと)。
- **メジャー**リリースは通常 [Node.js の EOL スケジュール](https://endoflife.date/nodejs)に従い、予めアナウンスされます。これらのリリースはエコシステムとの長期的な議論を経て、アルファプレリリース段階とベータプレリリース段階があります(通常は1年ごと)。
- **パッチ**リリースは必要に応じてリリースされます(通常は 1 週間ごと)。
- **マイナー**リリースは常に新しい機能が含まれており、必要に応じてリリースされます。マイナーリリースには常にベータプレリリース段階があります(通常は 2 ヶ月ごと)。
- **メジャー**リリースは通常 [Node.js の EOL スケジュール](https://endoflife.date/nodejs)に従い、予めアナウンスされます。これらのリリースはエコシステムとの長期的な議論を経て、アルファプレリリース段階とベータプレリリース段階があります(通常は 1 年ごと)。

Vite チームがサポートする Vite のバージョン範囲は、以下の通りに自動的に決定されます:

Expand Down