Skip to content

Commit 67a1130

Browse files
authored
Merge pull request #997 from Patternslib/revert-changelog-templates
maint(Build): Remove customized main changelog template as due to con…
2 parents fa39271 + 9e8ecbd commit 67a1130

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.release-it.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
const fs = require("fs");
22
const path = require("path");
33

4-
const main_template = fs
5-
.readFileSync(
6-
path.resolve(__dirname, ".release-it", "conventional-changelog-template.hbs")
7-
)
8-
.toString();
9-
104
const commits_template = fs
115
.readFileSync(
126
path.resolve(__dirname, ".release-it", "conventional-changelog-commit.hbs")
@@ -48,7 +42,6 @@ module.exports = {
4842
],
4943
},
5044
writerOpts: {
51-
mainTemplate: main_template,
5245
commitPartial: commits_template,
5346
},
5447
},

.release-it/conventional-changelog-template.hbs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)