Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix: removed version replace on version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Jun 7, 2020
1 parent f40733a commit c647faa
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
Expand Up @@ -17,7 +17,7 @@ module.exports = {
],
"from": 'const VERSION = ".*"',
"to":
'const VERSION = "${nextRelease.version.replace(/\\.\\w+$/, \'-dev\')}"',
'const VERSION = "${nextRelease.version}"',
"results": [
{
"file": "version.ts",
Expand Down

0 comments on commit c647faa

Please sign in to comment.