From 9aff38f1662797d921e522d93b02c472d5bbdd08 Mon Sep 17 00:00:00 2001 From: york yao Date: Sun, 14 Jan 2018 11:58:19 +0800 Subject: [PATCH] ci: fix release message and docs --- README.md | 2 +- clean-release.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa9ff8..92084c4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Genetate json scheme or protobuf file from types. ## install -`npm i types-as-schema -g` +`yarn global add types-as-schema` ## usage diff --git a/clean-release.config.js b/clean-release.config.js index 56269a4..6096a34 100644 --- a/clean-release.config.js +++ b/clean-release.config.js @@ -13,7 +13,7 @@ module.exports = { postScript: [ 'npm publish "[dir]" --access public', 'git add package.json', - 'git commit -m "feat: publish v[version]"', + 'git commit -m "v[version]"', 'git tag v[version]', 'git push', 'git push origin v[version]'