Skip to content

Commit

Permalink
fix: add latest channel to properly release npm packages (#16994)
Browse files Browse the repository at this point in the history
  • Loading branch information
admah authored Jun 17, 2021
1 parent b49fcaf commit ac16efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/vue/.releaserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
...require('../../.releaserc.base'),
branches: [
{ name: 'npm/vue/v2', range: '2.x' },
{ name: 'npm/vue/v2', channel: 'latest', range: '2.x' },
{ name: 'master', channel: 'next', prerelease: 'beta' },
],
}

0 comments on commit ac16efc

Please sign in to comment.