Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Disorrder committed Nov 1, 2022
1 parent debdd8a commit 582bac0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,11 @@ const animation = new Screw()
## Publish

- `yarn test`
- add commit for please-release

```bash
git commit --allow-empty -m "chore: release 2.0.0" -m "Release-As: 2.0.0"
```

- `yarn release` (use `release:minor` or `-- release-as major` if necessary, default is patch version)
- follow next instructions in console (Run `git push --follow-tags origin master && npm publish` to publish)

0 comments on commit 582bac0

Please sign in to comment.