Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG.md の生成方法や取得方法を簡単に参照できるように markdown に説明を追加する #696

Merged
merged 5 commits into from
Dec 13, 2018
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [master の 最新以外](#master-の-最新以外)
- [単体テスト](#単体テスト)
- [デバッグ方法](#デバッグ方法)
- [変更履歴](#変更履歴)

<!-- /TOC -->

Expand Down Expand Up @@ -108,3 +109,16 @@ https://ci.appveyor.com/project/sakuraeditor/sakura/history

- [タスクトレイのメニュー項目のデバッグ方法](debug-tasktray-menu.md) を参照
m-tmatma marked this conversation as resolved.
Show resolved Hide resolved
- [大きなファイルの作成方法](create-big-file.md)

## 変更履歴

変更履歴は [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator) というソフトを使用して
[changelog-sakura](https://github.com/sakura-editor/changelog-sakura) のリポジトリで [appveyor](https://ci.appveyor.com/project/sakuraeditor/changelog-sakura) で自動的に生成します。

[生成した CHANGELOG.md は ここからダウンロードできます](https://ci.appveyor.com/project/sakuraeditor/changelog-sakura/branch/master/artifacts)

ダウンロードした `CHANGELOG.md` は
[Markdown をローカルで確認する方法](https://github.com/sakura-editor/sakura/wiki/markdown-%E3%82%92%E3%83%AD%E3%83%BC%E3%82%AB%E3%83%AB%E3%81%A7%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95)
で説明している手順でローカルで確認できます。

[CHANGELOG.mdについて](https://github.com/sakura-editor/sakura/wiki/CHANGELOG.md%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6) のページに`CHANGELOG.md` に関する説明を記載しています。