Skip to content

Commit

Permalink
Merge pull request #169 from lifeomic/support-alpha-release
Browse files Browse the repository at this point in the history
chore: support alpha releases
  • Loading branch information
aecorredor authored Feb 22, 2024
2 parents d6c4bbf + c9942cb commit c139626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['master'],
branches: ['master', { name: 'alpha', prerelease: true }],
plugins: [
['@semantic-release/commit-analyzer', { preset: 'conventionalcommits' }],
'@semantic-release/npm',
Expand Down

0 comments on commit c139626

Please sign in to comment.