pi-gauntlet 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v4.2.2 - 2026-07-04
|
|
4
|
+
|
|
5
|
+
Hardens the `release-notes` job so it is byte-identical across all four pi repos (pi-gauntlet, pi-cohort, pi-condense, pi-quiver).
|
|
6
|
+
|
|
7
|
+
- **Version-matching CHANGELOG extraction.** The `release-notes` job now selects the section matching the pushed tag rather than the first `##` heading, skips any `## [Unreleased]` block, and fails the job (rather than publishing empty notes) when no section matches. The awk boundary `([^0-9.]|$)` prevents substring collisions (e.g. `3.0.1` vs `3.0.10`). Behaviorally unchanged for pi-gauntlet (its top section is always the released version); required for repos that keep a permanent `[Unreleased]` heading.
|
|
8
|
+
|
|
3
9
|
## v4.2.1 - 2026-07-04
|
|
4
10
|
|
|
5
11
|
Each tagged release now gets GitHub Release notes automatically, sourced from the
|