We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d495f8 commit c5d170aCopy full SHA for c5d170a
release.config.js release.config.cjs
@@ -26,7 +26,7 @@ async function config() {
26
// Get branch
27
const branch = ref.split('/').pop();
28
console.log(`Running on branch: ${branch}`);
29
-
+
30
// Set changelog file
31
//const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
32
const changelogFile = `./CHANGELOG.md`;
0 commit comments