From f635f57e2bbab760de3383a89a454ee5eed5ac16 Mon Sep 17 00:00:00 2001 From: imollov Date: Thu, 29 Jul 2021 13:03:28 +0300 Subject: [PATCH] chore(readme): add release command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7756538a..322f68752 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,10 @@ npm run test:e2e npm run lint ``` +### Bump version and generate change log +``` +npm run release +``` + ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).