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 04cc78f commit 9896817Copy full SHA for 9896817
.releaserc.js
@@ -34,7 +34,7 @@ async function config() {
34
console.log(`Running on branch: ${branch}`);
35
36
// Set changelog file
37
- const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
+ const changelogFile = `./changelogs/CHANGELOG_release.md`;
38
// eslint-disable-next-line no-console
39
console.log(`Changelog file output to: ${changelogFile}`);
40
@@ -46,9 +46,8 @@ async function config() {
46
'release',
47
{ name: 'alpha', prerelease: true },
48
// { name: 'beta', prerelease: true },
49
- 'next-major',
50
// Long-Term-Support branch
51
- 'release-8.x.x',
+ { name: 'release-8.x.x', range: '8.x.x', channel: '8.x.x' },
52
],
53
dryRun: false,
54
debug: true,
0 commit comments