Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa98357

Browse files
authored
ci: Update auto-release LTS branch (#9969)
1 parent04cc78f commitaa98357

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.releaserc.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ async function config() {
3434
console.log(`Running on branch:${branch}`);
3535

3636
// Set changelog file
37-
constchangelogFile=`./changelogs/CHANGELOG_${branch}.md`;
37+
constchangelogFileSuffix=branch.match(/release-\d+\.x\.x/) ?'release' :branch;
38+
constchangelogFile=`./changelogs/CHANGELOG_${changelogFileSuffix}.md`;
3839
// eslint-disable-next-line no-console
3940
console.log(`Changelog file output to:${changelogFile}`);
4041

@@ -46,9 +47,8 @@ async function config() {
4647
'release',
4748
{name:'alpha',prerelease:true},
4849
// { name: 'beta', prerelease: true },
49-
'next-major',
5050
// Long-Term-Support branch
51-
'release-8.x.x',
51+
{name:'release-9.x.x',range:'9.x.x',channel:'9.x.x'},
5252
],
5353
dryRun:false,
5454
debug:true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp