a11y.skipToMainContent
1

Changelogジェネレーター

Git log の出力をペーストし、タイプによってグループ化されたコミットでフォーマットされた CHANGELOG.md を即座に取得します.

Recommended: git log --oneline --decorate --no-color
Or: git log --pretty=format:"%h %s (%an, %ar)"

CHANGELOG.md
More options
Was this tool helpful?
Send output to:
Advertisement

How to use Changelog Generator

  1. リポジトリの<code>git log --oneline --decorate --no-color</code>を実行します.
  2. 出力をテキストエリアに貼り付けます.
  3. 任意にバージョン名(デフォルトは「未公開」に設定)を設定します.
  4. Markdown または HTML 出力形式を選択します.
  5. 生成をクリックし、フォーマットされた変更ログをコピーします.

Changelogジェネレーターとは?

この変更ログジェネレーターは、git log の出力とグループが従来のコミットタイプでコミットします。 emoji インジケーターで、自動的に機能、バグ修正、メンテナンス、ドキュメント、スタイルとパフォーマンスセクションにコミットします。

git log --oneline --decorate --no-color または類似の git log フォーマットの出力を貼り付けるだけです。 ツールはコミットハッシュとブランチデコレーションをストライプし、各コミットをプレフィックスで分類し、MarkdownまたはHTML形式でクリーンなCHANGELOG.mdを出力します。 ブラウザですべて実行 — 何もアップロードされていません。

Advertisement

FAQ

どのようなフォーマットが使われますか?
ツールは、セマンティックなバージョン設定で、Container a Changelog 標準(keepachangelog.com)に従います.
複数のバージョンを追加できますか?
はい。各バージョンのエントリを生成し、それらを完全なCHANGELOG.mdに結合します.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement