[PR #14728] [MERGED] When generating a stacked changelog, note which branch/es contain a commit #30233

Open
opened 2026-01-31 09:39:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14728
Author: @DHowett
Created: 1/24/2023
Status: Merged
Merged: 1/25/2023
Merged by: @carlos-zamora

Base: mainHead: dev/duhowett/stacked-changelog


📝 Commits (2)

  • 4d58e80 When generating a stacked changelog, note which branch/es contain a commit
  • bd52403 Update tools/ReleaseEngineering/New-TerminalStackedChangelog.ps1

📊 Changes

1 file changed (+18 additions, -9 deletions)

View changed files

📝 tools/ReleaseEngineering/New-TerminalStackedChangelog.ps1 (+18 -9)

📄 Description

New-TerminalStackedChangelog used to generate logs that looked like this:

* [3] A commit that was seen 3 times
* A commit that was only seen once
* [2] Some other commit

Now it will generate logs that look like this:

   / base..branch-1
   |/ base..branch-2
   ||/ base..branch-3
* [XXX] A commit that was seen 3 times
* [ X ] A commit that was only seen once
* [XX ] Some other commit

This format is more expressive, as it indicates which branches contain which commits.

As a reminder, my release note writing style starts with a stacked changelog. It's how I tell (1) which commits are in the new preview release only, (2) which commits are in the new preview and the new stable release and (3) which commits were already released in a previous stable release.

Changes from 1 get included in the new changelog, changes from 2 get included in both and changes from 3 get deleted because they have already been released.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14728 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 1/24/2023 **Status:** ✅ Merged **Merged:** 1/25/2023 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `main` ← **Head:** `dev/duhowett/stacked-changelog` --- ### 📝 Commits (2) - [`4d58e80`](https://github.com/microsoft/terminal/commit/4d58e80540270f0fc81c236f6fc0a97622e536e2) When generating a stacked changelog, note which branch/es contain a commit - [`bd52403`](https://github.com/microsoft/terminal/commit/bd524031eab989d17e9756402e1aedd028f64d2d) Update tools/ReleaseEngineering/New-TerminalStackedChangelog.ps1 ### 📊 Changes **1 file changed** (+18 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `tools/ReleaseEngineering/New-TerminalStackedChangelog.ps1` (+18 -9) </details> ### 📄 Description New-TerminalStackedChangelog used to generate logs that looked like this: ``` * [3] A commit that was seen 3 times * A commit that was only seen once * [2] Some other commit ``` Now it will generate logs that look like this: ``` / base..branch-1 |/ base..branch-2 ||/ base..branch-3 * [XXX] A commit that was seen 3 times * [ X ] A commit that was only seen once * [XX ] Some other commit ``` This format is more expressive, as it indicates _which branches_ contain which commits. As a reminder, my release note writing style starts with a stacked changelog. It's how I tell (1) which commits are in the new preview release only, (2) which commits are in the new preview and the new stable release and (3) which commits were already released in a previous stable release. Changes from 1 get included in the new changelog, changes from 2 get included in both and changes from 3 get deleted because they have already been released. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:39:29 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30233