fix(changes to the changlog): something

This commit is contained in:
2025-07-12 17:18:17 -05:00
parent d7bfeabed1
commit 2646ecbdd2

View File

@@ -56,7 +56,7 @@ const result = spawnSync(
"CHANGELOG.md", "CHANGELOG.md",
"-s", "-s",
"-r", "-r",
"1", // This ensures only the latest release is considered for generation "0",
], ],
{ stdio: "inherit", shell: true } { stdio: "inherit", shell: true }
); );