From 8c367f4e1ea405cca4cdb0a70f720282e3354b78 Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Wed, 17 May 2023 19:03:33 +0800 Subject: [PATCH] chore: update release docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed5829..f83494f 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ Then run [ncc](https://github.com/zeit/ncc) and push the results: $ npm run all $ git add dist $ git commit -a -m "Update dependencies" -$ git push origin releases/v1 +$ git tag -f v1 +$ git push -f --tags ``` Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project.