Skip to content

Commit

Permalink
chore(ci): Update tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Aug 31, 2023
1 parent 15d4cdc commit 4289b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['do-not-delete', { name: 'v4', channel: 'v4' }],
branches: ['do-not-delete', { name: 'v4', channel: 'prerelease-v4' }],
analyzeCommits: {
preset: 'angular'
},
Expand All @@ -18,6 +18,6 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/npm'
],
tagFormat: 'v${version}',
tagFormat: 'prerelease-v${version}',
druRun: true
};

0 comments on commit 4289b92

Please sign in to comment.