File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- Release notes (English)
1+ Changelog (English)
22=======================
3- ( ** English** / [ Japanese] ( release_note_ja .md) )
3+ ( ** English** / [ Japanese] ( CHANGELOG_ja .md) )
44
55- Fixed an issue where the version string was empty when built without GNU Make.
66 The version string is now updated via make bump during the release process. (#46 )
7+ - Rename release note files to CHANGELOG.md and CHANGELOG\_ ja.md. (#47 )
78
89v0.27.4
910-------
Original file line number Diff line number Diff line change 1- Release notes (Japanese)
1+ Changelog (Japanese)
22========================
3- ( [ English] ( release_note_en .md) / ** Japanese** )
3+ ( [ English] ( CHANGELOG .md) / ** Japanese** )
44
55- GNU Make なしでビルドした場合に、バージョン文字列が空になってしまう問題を修正
66 今後、バージョンアップ時に make bump を実行する (#46 )
7+ - リリースノートのファイルを CHANGELOG.md と CHANGELOG\_ ja.md へリネーム (#47 )
78
89v0.27.4
910-------
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ release:
4848 $(GO ) run github.com/hymkor/latest-notes@latest | gh release create -d --notes-file - -t $(VERSION ) $(VERSION ) $(wildcard $(NAME ) -$(VERSION ) -* .zip)
4949
5050bump :
51- $(GO ) run github.com/hymkor/latest-notes@latest -suffix " -goinstall" -gosrc sqlbless release_note * .md > version.go
51+ $(GO ) run github.com/hymkor/latest-notes@latest -suffix " -goinstall" -gosrc sqlbless CHANGELOG * .md > version.go
5252
5353docs :
5454 $(GO ) run github.com/hymkor/minipage@latest -outline-in-sidebar -readme-to-index README.md > docs/index.html
You can’t perform that action at this time.
0 commit comments