musicfetch
v1.1.0
Published
1. Make your changes 2. Commit them as normal 3. Run `yarn stamp {major|minor|patch}` to update the package.json, commit and tag 4. `git push origin --tags` - to push the tag and trigger Github Action to publish the package to npm.
Downloads
237
Readme
How to publish
- Make your changes
- Commit them as normal
- Run
yarn stamp {major|minor|patch}
to update the package.json, commit and tag git push origin --tags
- to push the tag and trigger Github Action to publish the package to npm.