Skip to content

Commit

Permalink
ci: change develop release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jul 5, 2023
1 parent bb3556d commit d1ec9c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ module.exports = {
'next',
{
name: 'develop',
channel: 'alpha',
prerelease: 'alpha',
channel: 'dev-birch',
prerelease: 'dev-birch',
},
{
name: 'release/([a-z]+)',
channel: '${name.replace(/^release\\//g, "")}',
prerelease: '${name.replace(/^release\\//g, "")}'
}
prerelease: '${name.replace(/^release\\//g, "")}',
},
],
plugins: [
[
Expand Down

0 comments on commit d1ec9c1

Please sign in to comment.