diff --git a/src/index.ts b/src/index.ts index 430df51..9e4f9c2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,6 +20,7 @@ export default async function (): Promise { extends: ["presetter-preset-strict"], template: { ".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"), + ".releaserc.json": resolve(TEMPLATES, ".releaserc.json"), }, noSymlinks: [".github/workflows/ci.yml"], variable: DEFAULT_VARIABLE,