Skip to content

Commit

Permalink
add docs on publishing new release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalyapeixoto authored Dec 15, 2022
1 parent 94a923f commit b2e9d17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Publish on NPM

- [login to your npm account](http://npm.github.io/installation-setup-docs/installing/logging-in-and-out.html)
- make sure to update the version of the package on `package.json`
- inside projects folder run `npm publish`
- on github download the code to your machine and upload it to create a new release
<img src="./docs/releases.png">
Binary file added docs/releases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2e9d17

Please sign in to comment.