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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [master の 最新以外](#master-の-最新以外)
- [単体テスト](#単体テスト)
- [デバッグ方法](#デバッグ方法)

- [変更履歴](#変更履歴)
<!-- /TOC -->

A free Japanese text editor for Windows
Expand Down Expand Up @@ -108,3 +108,12 @@ 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` は [changelog-sakura の README.md](https://github.com/sakura-editor/changelog-sakura) の方法でローカルで確認できます。
Copy link
Contributor

Choose a reason for hiding this comment

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

リンク先ページ内の ダウンロードした CHANGELOG.md の確認方法 までリンクを張った方が分かりやすいかなと思いました。

Copy link
Member Author

Choose a reason for hiding this comment

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

そこは
sakura-editor/changelog-sakura#9
があるので、微妙です。

Copy link
Contributor

Choose a reason for hiding this comment

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

そ、、それであればリンク先の記載内容をそのままコピーして載せてしまうとか…。
そんなに記述量は多くないですし。

Copy link
Member

Choose a reason for hiding this comment

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

逆に確認方法をこっちに書いて、changelog-sakura 側はこっちへのリンク(かいっそ書かない)のほうが良さそうですね。こっちを先に見る人が圧倒的に多いと思うので。

Copy link
Member Author

Choose a reason for hiding this comment

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

単にtips なので、wiki に移動したらいいのかも

Copy link
Member Author

Choose a reason for hiding this comment

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

wiki へのリンクに変えました。