Skip to content

Commit

Permalink
fix: regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Apr 15, 2020
1 parent 0b736cc commit 3b80ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
{name: 'master'},
{name: 'pre/v*', prerelease: '${name.replace(/^pre\\//g, "")}'},
{name: 'pre/v*', prerelease: '${name.replace("pre/", "")}'},
{name: 'beta', prerelease: 'beta'}
],
"plugins": [
Expand Down

0 comments on commit 3b80ac1

Please sign in to comment.