We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3bde commit 6fb6854Copy full SHA for 6fb6854
.release-it.js
@@ -2,7 +2,9 @@ const fs = require("fs");
2
const path = require("path");
3
4
const commits_template = fs
5
- .readFileSync(path.resolve(".release-it", "conventional-changelog-commit.hbs"))
+ .readFileSync(
6
+ path.resolve(__dirname, ".release-it", "conventional-changelog-commit.hbs")
7
+ )
8
.toString();
9
10
module.exports = {
0 commit comments