You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tooling/scripts/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Packs `Tooling/Gondwana.Templates` and reinstalls the exact freshly packed templ
131
131
132
132
### `Generate-Project-Changelogs.ps1`
133
133
134
-
Generates a `CHANGELOG.md` for each library project using [`git-cliff`](https://git-cliff.org/), filtering commits by changed file paths so each project only shows the changes that affected it. This is the standard monorepo approach described in the git-cliff docs. `release.ps1` invokes this script as part of the release flow, and `.github/workflows/changelog-master.yml` refreshes the running unreleased sections after non-changelog pushes to `master` before auto-committing the resulting changelog updates back to `master`.
134
+
Generates a `CHANGELOG.md` for each library project using [`git-cliff`](https://git-cliff.org/), filtering commits by changed file paths so each project only shows the changes that affected it. This is the standard monorepo approach described in the git-cliff docs. `release.ps1` invokes this script as part of the release flow, and `.github/workflows/changelog-master.yml` refreshes the running unreleased sections after non-changelog pushes to `master` before opening/updating an automation PR that is configured for auto-merge.
135
135
136
136
**What it does:**
137
137
1. Iterates over the default set of library/tooling projects (all `Gondwana.*` projects and `Tooling/*` projects; Demos and `Gondwana.Tests` are excluded).
@@ -176,7 +176,7 @@ Generates a `CHANGELOG.md` for each library project using [`git-cliff`](https://
176
176
177
177
### `Generate-Root-Changelog.ps1`
178
178
179
-
Regenerates only the repository-level `CHANGELOG.md`'s leading derived section while preserving all existing released history exactly. Its entries are grouped by project/area in the same format used by release notes. `.github/workflows/changelog-master.yml` runs this script alongside `Generate-Project-Changelogs.ps1` after non-changelog pushes to `master` before auto-committing any generated changelog changes.
179
+
Regenerates only the repository-level `CHANGELOG.md`'s leading derived section while preserving all existing released history exactly. Its entries are grouped by project/area in the same format used by release notes. `.github/workflows/changelog-master.yml` runs this script alongside `Generate-Project-Changelogs.ps1` after non-changelog pushes to `master` before opening/updating an automation PR that is configured for auto-merge.
180
180
181
181
**What it does:**
182
182
1. Loads the project/area definitions from `Changelog-ProjectGroups.ps1`.
0 commit comments