Skip to content

Commit a3ad18d

Browse files
committed
ci(release): main => master
1 parent 67eeb87 commit a3ad18d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

release.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { changelogTitle, parserOpts, writerOpts } = require('./conventional.confi
1212
module.exports = {
1313
branches: [
1414
'+([0-9])?(.{+([0-9]),x}).x',
15-
'main',
15+
'master',
1616
{
1717
name: 'canary',
1818
channel: 'canary',
@@ -49,15 +49,14 @@ module.exports = {
4949
[
5050
'@semantic-release/exec',
5151
{
52-
prepareCmd: 'CHANGELOG_SKIP_TITLE=true npm run build-changelog'
52+
prepareCmd: 'CHANGELOG_SKIP_TITLE=true npm run build:changelog'
5353
}
5454
],
5555
['@semantic-release/changelog', { changelogTitle }],
5656
[
5757
'@semantic-release/exec',
5858
{
59-
prepareCmd:
60-
'remark -o --use reference-links --use gfm --use frontmatter CHANGELOG.md'
59+
prepareCmd: 'NODE_ENV=format npx remark --output --frail CHANGELOG.md'
6160
}
6261
],
6362
[

0 commit comments

Comments
 (0)