{
    "$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
    "hooks": {
        "before:init": "echo '' && echo '  ========================================================================' && echo '   WARNING: per-OEM release-it bypasses the root version sync.' && echo '   After this hotfix, run from the workspace root:' && echo '       node tools/sync-versions.mjs --target=<new-version>' && echo '   to re-align the other OEM, opcua-pinned, and root.' && echo '  ========================================================================' && echo ''",
        "after:bump": "cd .. && npm run build:runtime3:sterfive"
    }
}
