Skip to content

Commit 4e95b56

Browse files
chore(CI): update release config to use prerelease tag
1 parent 2006a2f commit 4e95b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: [{ name: 'main', channel: 'prerelease' }],
2+
branches: [{ 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}',
12+
tagFormat: 'prerelease-v${version}',
1313
dryRun: true
1414
};

0 commit comments

Comments
 (0)