Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブランチ (develop、feature-X) で作成され、マスターにマージされ、リリース ブランチにタグ付けされたすべての変更に基づいて変更ログを生成するタスクがあります。
機能 X は常に開発から分岐し、開発にマージされ、最後に開発がマスターにマージされることに注意してください。
私は試した:
git diff HEAD..<release-branch> git log <a-know-revision>..HEAD
しかし、私の場合はどちらもうまくいかないと思います