Delete create-release.ps1
This commit is contained in:
parent
a2cb2d9714
commit
8dacc7e961
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
Write-Host "second string"
|
||||
|
||||
$Version = Read-Host "What version would you like to release?"
|
||||
|
||||
$VersionRegEx = "define\('VERSION', '([\d\.]+)'\);"
|
||||
|
||||
$IndexPHP = (Get-Content -Path .\index.php -Raw) -Replace $VersionRegEx, "`define('VERSION', '$Version');" | Set-Content -Path .\index.php
|
||||
|
||||
IEX 'composer update --no-dev --with-all-dependencies --ignore-platform-req=php'
|
||||
IEX 'npm update --only=production --no-optional'
|
||||
|
||||
Read-Host
|
Loading…
Reference in a new issue