Skip to content

Commit

Permalink
fix: update release docs (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Aug 30, 2024
1 parent 0e1d9d1 commit 12f321c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ The VeChain SDK uses `Changesets CLI`. To publish a new release:
``` bash
yarn pre-release X.Y.Z
yarn changeset publish
yarn post-release X.Y.Z
```
Finally, update also the [documentation](https://github.com/vechain/vechain-docs).
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"postinstall": "husky",
"build": "turbo build",
"pre-release": "ts-node scripts/pre-release.ts",
"post-release": "ts-node scripts/post-release.ts",
"test-rpc-proxy": "ts-node scripts/test-rpc-proxy.ts",
"generate:apidocs": "typedoc --options typedoc.json --logLevel Error",
"generate:apidocs-debug": "typedoc --options typedoc.json --logLevel Verbose --plugin typedoc-plugin-missing-exports --validation.notDocumented",
Expand Down

1 comment on commit 12f321c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.39% (3642/3664) 97.59% (974/998) 99.86% (734/735)
Title Tests Skipped Failures Errors Time
core 548 0 💤 0 ❌ 0 🔥 1m 24s ⏱️
network 686 0 💤 0 ❌ 0 🔥 3m 57s ⏱️
errors 43 0 💤 0 ❌ 0 🔥 15.435s ⏱️

Please sign in to comment.