From 92b4033eb53e22e8ce8003b6e0f1c752fec33244 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 28 Dec 2025 12:22:44 -0500 Subject: [PATCH 1/5] chore(ci): add LinkedIn notification to publish workflow - Rename notify job to notify-bluesky - Add notify-linkedin job for LinkedIn posting on release --- .github/workflows/publish.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21b8bfd..27ac159 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -65,3 +65,18 @@ jobs: 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 and download it from the Visual Studio Marketplace! + 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 }} From 21438257fa0d2891081edd3e6b690f4875bcfff6 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 28 Dec 2025 12:24:25 -0500 Subject: [PATCH 2/5] chore(ci): update bluesky inputs to match current workflow --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27ac159..5ff8545 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,9 +59,12 @@ jobs: post_text: | 🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released! - [Check out the release notes here!](https://github.com/${{ github.repository }}/releases/tag/${{ needs.publish.outputs.version }}) + Check out the release notes and download it from the Visual Studio Marketplace! - Marketplace: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger + #dotnet #csharp + 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 }} From eac2b071104b8ef1508d0134ed7a9fdaa013dedb Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 28 Dec 2025 12:25:46 -0500 Subject: [PATCH 3/5] chore(ci): add hashtags to social notifications --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ff8545..a78b6c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: Check out the release notes and download it from the Visual Studio Marketplace! - #dotnet #csharp + #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 @@ -77,6 +77,8 @@ jobs: 🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released! Check out the release notes and download it from the Visual Studio Marketplace! + + #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 From 68c2efc83cd47ce0778c23b874427cda012c428a Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 28 Dec 2025 12:26:19 -0500 Subject: [PATCH 4/5] chore(ci): add release notes link to bluesky post --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a78b6c7..a7bcdf9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: post_text: | 🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released! - Check out the release notes and download it from the Visual Studio Marketplace! + [Check out the release notes here!](https://github.com/${{ github.repository }}/releases/tag/${{ needs.publish.outputs.version }}) #dotnet #csharp #visualstudio embed_url: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger From f4c38df5f92e97c6f3f191b4525db88a08147b48 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 28 Dec 2025 12:27:29 -0500 Subject: [PATCH 5/5] chore(ci): add release notes link to linkedin post --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7bcdf9..da314a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,7 +76,7 @@ jobs: post_text: | 🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released! - Check out the release notes and download it from the Visual Studio Marketplace! + 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