Skip to content

Commit

Permalink
🔧 (repo) [NO-ISSUE]: Fork of changeset action + ignored packages (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored Nov 18, 2024
2 parents f9317e8 + dc26b9f commit 08796d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"access": "public",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": ["@ledgerhq/device-signer-kit-btc"]
"ignore": [
"@ledgerhq/device-signer-kit-btc",
"@ledgerhq/device-signer-kit-eth",
"@ledgerhq/device-signer-kit-solana",
"@ledgerhq/context-module"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Publish
id: changesets
uses: changesets/action@v1
uses: ledgerhq/changeset-action-ledger@main
with:
publish: pnpm release
env:
Expand Down

0 comments on commit 08796d8

Please sign in to comment.