mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 07:21:35 +00:00
fix(release): exclude automation changelog credit (#114788)
* fix(release): exclude automation changelog credit * fix(ci): repair release-note verifier gates
This commit is contained in:
committed by
GitHub
parent
b37e819d74
commit
6bc06abbfb
1
test/external-script-modules.d.ts
vendored
1
test/external-script-modules.d.ts
vendored
@@ -173,6 +173,7 @@ declare module "*openclaw-changelog-update/scripts/verify-release-notes.mjs" {
|
||||
};
|
||||
export function countTopLevelSectionBullets(sectionSource: string, heading: string): number;
|
||||
export function highlightCountError(sectionSource: string): string | undefined;
|
||||
export function isEligibleHandle(handle: string): boolean;
|
||||
export function ledgerChecks(...args: unknown[]): string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user