Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
publish-manifest-path: ./resources/extension.manifest.json
vsix-path: ./artifact/CodingWithCalvin.GitRanger.vsix

notify:
notify-bluesky:
needs: publish
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
with:
Expand All @@ -61,7 +61,27 @@ jobs:

[Check out the release notes here!](https://github.com/${{ github.repository }}/releases/tag/${{ needs.publish.outputs.version }})

Marketplace: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger
#dotnet #csharp #visualstudio
embed_url: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger
embed_title: Git Ranger for Visual Studio
embed_description: A visually stunning Git management extension for Visual Studio 2022/2026
secrets:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

notify-linkedin:
needs: publish
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
with:
post_text: |
🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released!

Check out the release notes: https://github.com/${{ github.repository }}/releases/tag/${{ needs.publish.outputs.version }}

#dotnet #csharp #visualstudio
article_url: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger
article_title: Git Ranger for Visual Studio
article_description: A visually stunning Git management extension for Visual Studio 2022/2026
secrets:
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}