Skip to content

Commit

Permalink
Publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Sep 21, 2024
1 parent 1841f2f commit 84d6685
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ npm install # or npm i

## 🚀 How to publish this package

Simply run
- Make sure you have the latest version set in `package.json`
- Also take some time and explain the changes in the `CHANGELOG.md` file
- It's always good to tag the current `main` branch into a tag (TODO)
- Then simply run

```bash
npm publish
```

You'll need a npm user with publishing permissions.

## 👩‍💻 Contributing

All contributions are welcome!
Expand Down

0 comments on commit 84d6685

Please sign in to comment.