-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Twitter announcement * Update README * Add support for forks * Update release notes * Refactor NewWorkItem * Fix bug in winget manifest gen * Fix rename iteration * Improve ClassificationNode display * Add Peacock settings * Fixes #160 * Fixes #158 and #159 * Fixes missing Force attribute * Update release notes * Update old release notes * Add fork info to table format
- Loading branch information
Showing
24 changed files
with
606 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,10 +160,12 @@ jobs: | |
| Where-Object { ($_.Draft -eq $true) -and ($_.Name -eq "Release $($env:BUILD_NAME)") } | ||
Set-GitHubRelease -Release $rel.id -Draft:$false | ||
Write-Output "::set-output name=RELEASE_URL::$($rel.html_url)" | ||
Write-Output "::set-output name=RELEASE_TAG::$($env:BUILD_NAME.Replace('+', '%2B'))" | ||
outputs: | ||
BUILD_NAME: ${{ needs.Staging.outputs.BUILD_NAME }} | ||
RELEASE_NOTES: ${{ needs.Staging.outputs.RELEASE_NOTES }} | ||
RELEASE_URL: ${{ steps.promote_release.outputs.RELEASE_URL }} | ||
RELEASE_TAG: ${{ steps.promote_release.outputs.RELEASE_TAG }} | ||
|
||
Site: | ||
|
||
|
@@ -328,10 +330,12 @@ jobs: | |
id: tweet | ||
uses: snow-actions/[email protected] | ||
env: | ||
BUILD_NAME: ${{ needs.Build.outputs.BUILD_NAME }} | ||
CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }} | ||
CONSUMER_API_SECRET_KEY: ${{ secrets.TWITTER_CONSUMER_API_SECRET_KEY }} | ||
ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }} | ||
ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} | ||
RELEASE_TAG: ${{ needs.Release.outputs.RELEASE_TAG }} | ||
with: | ||
status: | | ||
TfsCmdlets version {{ env.BUILD_NAME }} has just been released. Check it out! ${{ needs.Release.outputs.RELEASE_URL }} | ||
TfsCmdlets version ${{ env.BUILD_NAME }} has just been released. Check it out! https://github.com/igoravl/TfsCmdlets/releases/tag/v${{ env.RELEASE_TAG }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.