Skip to content

Commit e210c3c

Browse files
github-actions[bot]actions-usermatifali
authored
Changelog update - v0.1.1 (#63)
Current pull request contains patched `CHANGELOG.md` file for the `v0.1.1` version. --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: M Atif Ali <[email protected]>
1 parent ba60dd9 commit e210c3c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
git config user.name "GitHub Action"
6262
6363
git checkout -b $BRANCH
64-
git commit -am "Changelog update - $VERSION"
64+
git commit -am "chore: update changelog for $VERSION"
6565
git push --set-upstream origin $BRANCH
6666
6767
gh pr create \
6868
--title "Changelog update - \`$VERSION\`" \
6969
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
7070
--base main \
71-
--head $BRANCH
71+
--head $BRANCH

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.1 - 2025-04-03
6+
57
### Fixed
68

79
- SSH config is regenerated correctly when Workspaces are added or removed

0 commit comments

Comments
 (0)