dethcrypto / eth-sdk

Type-safe, lightweight SDKs for Ethereum smart contracts
MIT License
432 stars 40 forks source link

Create update-submodules gha #77

Open 7sne opened 2 years ago

7sne commented 2 years ago

A github action that bumps typechain and/or @typechain/ethers-v5 submodule version, when it gets a new release

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: c66d63370a2ff070a3f2d4a137cf384a1631651c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

krzkaczor commented 2 years ago

Closes: https://github.com/dethcrypto/eth-sdk/issues/74

hasparus commented 2 years ago

Nitpick: Could we rename to update-dependencies.yml? "Submodule" in a GitHub repo strongly suggests a git submodule to me.