Skip to content

Commit

Permalink
chore: after release improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Nov 4, 2024
1 parent 6db6778 commit a02b5ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ git push origin --tags
### 10. Publish on npm

```bash
cd packages/web3-plugin-wallet-rpc

npm login
npm publish --dry-run # check what will be published
npm publish
npm logout
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:web3/web3-plugin-wallet-rpc.git"
"url": "git+ssh://git@github.com/web3/web3-plugin-wallet-rpc.git"
},
"workspaces": [
"packages/example-react-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-plugin-wallet-rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Web3.js Plugin for Wallet RPC methods

Refer to the [README](../../README.md) file located in the root of this repository.
Refer to the [README](https://github.com/web3/web3-plugin-wallet-rpc/blob/main/README.md) file located in the root of this repository.
2 changes: 1 addition & 1 deletion packages/web3-plugin-wallet-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:web3/web3-plugin-wallet-rpc.git"
"url": "git+ssh://git@github.com/web3/web3-plugin-wallet-rpc.git"
},
"devDependencies": {
"@chainsafe/eslint-config": "^2.0.0",
Expand Down

0 comments on commit a02b5ad

Please sign in to comment.