Skip to content

Commit 0a2e07e

Browse files
test(release): cleanup
1 parent ef4c3e9 commit 0a2e07e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090
git config --global user.email "github-actions[bot]@users.noreply.github.com"
9191
git config --global user.name "github-actions[bot]"
9292
93-
git add ./packages/**/package.json
94-
git add ./packages/**/CHANGELOG.md
93+
git add .
9594
9695
if [ ! -f ".changeset/pre.json" ]; then
9796
pnpm changeset pre enter next
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@copilotkit/runtime": patch
3+
"@copilotkit/runtime-client-gql": patch
4+
---
5+
6+
Test changelog

0 commit comments

Comments
 (0)