fix(blog): 更新履歴の欠損修正 + ブログ並び順実装 + CI自動化 - #58
Merged
Conversation
- releases.json に v1.1.0〜v1.3.1 のリリースノートを追加(#39) - blog.ts に order フィールドを追加し date DESC → order ASC の複合ソートを実装 - CI version-bump 時に releases.json を自動更新するスクリプトを追加 - コミットメッセージから ja を抽出、Google Translate で en/id を自動翻訳
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
orderフィールドを追加しdate DESC → order ASCの複合ソートを実装変更ファイル
src/i18n/releases.json— v1.1.0〜v1.3.1 エントリ追加src/lib/blog.ts— order フィールド対応 + 複合ソート + バリデーションscripts/update-releases.mjs— CI用 releases.json 自動更新スクリプト(Google Translate連携).github/workflows/ci.yml— version-bump に releases.json 更新ステップ追加テストプラン
/changelogで v1.0.0〜v1.3.1 が全て表示される/blogの記事並び順が order 通り(getting-started が先頭)npx next build --webpackが通るnode scripts/update-releases.mjsがテストファイルで正常動作Closes #39