Skip to content

Commit

Permalink
Change .changeset config commit: true
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 committed Nov 1, 2024
1 parent 3c61392 commit d4dcc7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/old-moles-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@avaprotocol/sdk-js": patch
---

authKey is no longer stored in client and added getAddresses test cases
6 changes: 1 addition & 5 deletions .github/workflows/record-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
# Add changeset files to commit
git add .changeset/
git commit -m "chore: add changeset for ${COMMIT_MSG}" || exit 1
# Create and checkout new branch using changeset filename
BRANCH_NAME="changeset-$(basename ${{ steps.changeset.outputs.changeset_file }} .md)"
git checkout -b "$BRANCH_NAME"
Expand All @@ -88,7 +84,7 @@ jobs:
- name: Create Pull Request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CHRIS_PERSONAL_ACCESS_TOKEN }}
COMMIT_MESSAGE: ${{ env.commit_message }}
BRANCH_NAME: ${{ env.branch_name }}
run: |
Expand Down

0 comments on commit d4dcc7c

Please sign in to comment.