From 7add2bf43a7eb37e48a6ffca458034492aab2d90 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Apr 2025 13:31:21 +0000 Subject: [PATCH 1/2] Changelog update - v0.1.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669afa1..32b4457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.1.1 - 2025-04-03 + ### Fixed - SSH config is regenerated correctly when Workspaces are added or removed From 09e3967a4c5b85f979a17a2da4735d145d94c500 Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Thu, 3 Apr 2025 20:38:32 +0500 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e10f2d6..44fb3be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,11 +61,11 @@ jobs: git config user.name "GitHub Action" git checkout -b $BRANCH - git commit -am "Changelog update - $VERSION" + git commit -am "chore: update changelog for $VERSION" git push --set-upstream origin $BRANCH gh pr create \ --title "Changelog update - \`$VERSION\`" \ --body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \ --base main \ - --head $BRANCH \ No newline at end of file + --head $BRANCH