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

Commit

Permalink
Use the correct description.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Feb 25, 2021
1 parent 5d823d1 commit 442d815
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# Releasing @stellar/wallet-sdk to NPM

1. Bump up `version` on `package.json`
2. Update CHANGELOG.md
3. Make a commit with the changes above.
4. Open a pull request with the changes.

Once the pull request is merged, you need to:

1. Run `npm publish --access public`.
2. Run `git push`.
3. Run `git push --tags`.
All you have to do is creating a new Github release using the `v` at the
beginning, like in `v0.3.0-rc.6`.

0 comments on commit 442d815

Please sign in to comment.