Skip to content

Commit

Permalink
feat: allows publishing from feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Mar 29, 2024
1 parent 74f00f5 commit eb32f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['main', { name: 'dev', channel: 'dev', prerelease: 'dev' }, {
branches: ['main', {
name: 'feature/*',
channel: 'feature',
prerelease: "${name.split('/').slice(1).join('-').toLowerCase()}"
Expand Down

0 comments on commit eb32f58

Please sign in to comment.