fix: releaserc missing from templates
This commit is contained in:
parent
7bba8356e0
commit
0ba3e5e5f5
|
@ -20,6 +20,7 @@ export default async function (): Promise<PresetAsset> {
|
||||||
extends: ["presetter-preset-strict"],
|
extends: ["presetter-preset-strict"],
|
||||||
template: {
|
template: {
|
||||||
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
|
".github/workflows/ci.yml": resolve(TEMPLATES, "ci.yml"),
|
||||||
|
".releaserc.json": resolve(TEMPLATES, ".releaserc.json"),
|
||||||
},
|
},
|
||||||
noSymlinks: [".github/workflows/ci.yml"],
|
noSymlinks: [".github/workflows/ci.yml"],
|
||||||
variable: DEFAULT_VARIABLE,
|
variable: DEFAULT_VARIABLE,
|
||||||
|
|
Loading…
Reference in New Issue