Skip to content

Commit

Permalink
Found a way to put custom text in there
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Feb 5, 2019
1 parent 0ed91d6 commit 70f3b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Azure-Pipelines/release.ps1
Expand Up @@ -66,8 +66,8 @@ if($Announce.IsPresent) {

$ReleaseVersion = Get-Content -Path $env:ArtifactDir\PipelinesScripts\release-version.txt

$Tweets = @("[#Testing] I just pushed BurntToast v$ReleaseVersion to the #PowerShell Gallery via @AzureDevOps!$([System.Environment]::NewLine)$([System.Environment]::NewLine)https://www.powershellgallery.com/packages/BurntToast/$ReleaseVersion",
"[#Testing] You can also find this release over on @GitHub.$([System.Environment]::NewLine)$([System.Environment]::NewLine)Please do fire through any issue, feature requests, or submit some additional code!$([System.Environment]::NewLine)$([System.Environment]::NewLine)https://github.com/Windos/BurntToast/releases/tag/v$ReleaseVersion")
$Tweets = @("I just pushed BurntToast v$ReleaseVersion to the #PowerShell Gallery via @AzureDevOps!$([System.Environment]::NewLine)$([System.Environment]::NewLine)$env:ReleaseMessage$([System.Environment]::NewLine)$([System.Environment]::NewLine)https://www.powershellgallery.com/packages/BurntToast/$ReleaseVersion",
"You can also find this release over on @GitHub.$([System.Environment]::NewLine)$([System.Environment]::NewLine)Please do fire through any issue, feature requests, or submit some additional code!$([System.Environment]::NewLine)$([System.Environment]::NewLine)https://github.com/Windos/BurntToast/releases/tag/v$ReleaseVersion")

foreach ($Tweet in $Tweets) {
if ($PrevTweet) {
Expand Down

0 comments on commit 70f3b01

Please sign in to comment.