We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719a39d commit 46d2c50Copy full SHA for 46d2c50
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