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 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