Skip to content

Commit 952190b

Browse files
committed
fix(prerelease): Updated tag to say prerelease.
1 parent 0519a30 commit 952190b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/module/release.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: [ { name: 'main', channel: 'prerelease' }, { name: 'v4', channel: 'alpha', prerelease: 'alpha' } ],
2+
branches: [ 'do-not-delete', { name: 'main', channel: 'prerelease', prerelease: 'prerelease' } ],
33
analyzeCommits: {
44
preset: 'angular'
55
},
@@ -9,6 +9,6 @@ module.exports = {
99
'@semantic-release/github',
1010
'@semantic-release/npm'
1111
],
12-
tagFormat: 'v${version}',
13-
dryrun: true
12+
tagFormat: 'prerelease-v${version}',
13+
dryRun: true
1414
};

0 commit comments

Comments
 (0)