Skip to content

Commit

Permalink
ci: fix release message and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jan 14, 2018
1 parent aab5965 commit 9aff38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion clean-release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down

0 comments on commit 9aff38f

Please sign in to comment.