From 582bac031c9f5afec8bd163a796bf75741383ae8 Mon Sep 17 00:00:00 2001 From: Disorder Date: Tue, 1 Nov 2022 12:51:06 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8d21ed3..df14c7a 100644 --- a/README.md +++ b/README.md @@ -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)