We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6293919 + 46d2c50 commit aac287cCopy full SHA for aac287c
release.config.cjs
@@ -6,7 +6,7 @@ const fs = require('fs');
6
const readFileAsync = util.promisify(fs.readFile);
7
8
// the *.hbs template and partials should be passed as strings of contents
9
-const template = readFileAsync('./build/default-template.hbs');
+const template = readFileAsync('./build/release-notes.hbs');
10
const commitTemplate = readFileAsync('./build/commit-template.hbs');
11
let choreMessage = '';
12
if (process.env.GITHUB_ACTIONS) {
0 commit comments