MCPcopy Index your code
hub / github.com/api3dao/airnode / tag

Function tag

docker/scripts/git.ts:49–51  ·  view source on GitHub ↗
(tag: string, message: string, options?: ExecSyncOptions)

Source from the content-addressed store, hash-verified

47};
48
49export const tag = (tag: string, message: string, options?: ExecSyncOptions) => {
50 runCommand(`git tag -a ${tag} -m '${message}'`, options);
51};

Callers

nothing calls this directly

Calls 1

runCommandFunction · 0.90

Tested by

no test coverage detected