Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
dx(command): remove the v prefix in the package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 11, 2022
1 parent 5c94c7d commit 0938116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ if ($Log) {
& git commit -m $("Update current version to v$version")
& git tag -s $("v$version")

$packageConfiguration.version = "v0.$nextVersion.0-dev"
$packageConfiguration.version = "0.$nextVersion.0-dev"
$newPackageConfiguration = ConvertTo-Json $packageConfiguration
$newPackageConfiguration = $newPackageConfiguration.replace(" ", " ")
Set-Content -Path package.json -Value $newPackageConfiguration
Expand Down

0 comments on commit 0938116

Please sign in to comment.