Skip to content

Commit 823e712

Browse files
Updated release-it template and removed its exclude from migrate-test-e2e.js
1 parent 569cfd9 commit 823e712

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: script/migrate-test-e2e.js

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const filesExpectedToBeChanged = new Set([
3939
".github/workflows/test.yml",
4040
".gitignore",
4141
".prettierignore",
42-
".release-it.json",
4342
"cspell.json",
4443
]);
4544

Diff for: src/steps/writing/creation/rootFiles.ts

+9
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ export async function createRootFiles(options: Options) {
7979
release: true,
8080
releaseName: "v${version}",
8181
},
82+
npm: {
83+
publishArgs: ["--provenance"],
84+
},
85+
plugins: {
86+
"@release-it/conventional-changelog": {
87+
infile: "CHANGELOG.md",
88+
preset: "angular",
89+
},
90+
},
8291
}),
8392
}),
8493
"LICENSE.md": `# MIT License

0 commit comments

Comments
 (0)