Repair the changelog and write up the seeding work
Two problems, one cause. Before62131e7the promotion step renamed the Unreleased heading instead of consuming it, appending "(carried forward)" on every build - one heading had accumulated the suffix seven times. Notes were left stranded under 103 such headings while the version sections the release workflow extracts held only their build line, so a release would have published nothing.62131e7fixed the mechanism but never repaired the backlog, and Unreleased was empty besides. Consolidated the stranded notes under Unreleased and collapsed duplicate version sections: 1441 lines to 570, with every one of the 144 bullets and 16 sub-headings still present, checked by diffing the sets before and after. Described the seeding work of the last several commits, which was undocumented: the enrollment protocols and where they are configured, the dynamic SCEP challenge, auto-renew by default, and the four defects the first live run exposed. Verified the mechanism end to end - a build promotes the notes into its version section, leaving Unreleased empty, and the workflow's extraction returns 245 lines rather than a bare build line. 340 tests pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+352
-1197
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
@{
|
||||
RootModule = 'PSInfisicalAPI.psm1'
|
||||
ModuleVersion = '2026.08.01.0140'
|
||||
ModuleVersion = '2026.08.01.0245'
|
||||
GUID = 'b8a2f3d4-7c51-4d2f-9e6a-1f0c8b3d4e51'
|
||||
Author = 'Grace Solutions'
|
||||
CompanyName = 'Grace Solutions'
|
||||
@@ -89,7 +89,7 @@
|
||||
LicenseUri = 'https://www.gnu.org/licenses/agpl-3.0.html'
|
||||
ProjectUri = 'https://prod.git.gracesolution.info/gsadmin/PSInfisicalAPI'
|
||||
ReleaseNotes = 'See CHANGELOG.md in the project repository for release history.'
|
||||
CommitHash = '74d22a941c33'
|
||||
CommitHash = 'b27fe6f002f4'
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user