Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 469bc58

Browse files
committed
Remove github push
1 parent d662e23 commit 469bc58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Please see the [pyth.network documentation](https://docs.pyth.network/) for more
66
## Releases
77

88
We use [Semantic Versioning](https://semver.org/) for our releases. In order to release a new version of this package and publish it to npm, follow these steps:
9-
1. Run `npm version <new version number> --no-git-tag-version`. This command will update the version of the package, and push your changes to github.
9+
1. Run `npm version <new version number> --no-git-tag-version`. This command will update the version of the package. Then push your changes to github.
1010
2. Once your change is merged into `main`, create a release with tag `v<new version number>` like `v1.5.2`, and a github action will automatically publish the new version of this package to npm.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"prepare": "npm run build",
1919
"prepublishOnly": "npm test && npm run lint",
2020
"preversion": "npm run lint",
21-
"version": "npm run format && git add -A src",
22-
"postversion": "git push"
21+
"version": "npm run format && git add -A src"
2322
},
2423
"keywords": [
2524
"pyth",

0 commit comments

Comments
 (0)