Skip to content

Commit

Permalink
build(docs): update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Aug 26, 2019
1 parent a01db66 commit 82aa1a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stories/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,14 @@ HUSKY_SKIP_HOOKS=1 git commit

https://github.com/atlassian/lerna-semantic-release

> temporarily remove `"prepare-commit-msg": "exec < /dev/tty && git cz --hook"` from `package.json`
```bash
export GH_TOKEN=<my_github_token>
export CI=true
export HUSKY_SKIP_HOOKS=1
yarn semantic-release -b develop
```

> rollback `prepare-commit-msg` change. then send **PR** to merge to `master` branch.
> then send **PR** to merge to `master` branch.
</details>

Expand Down

0 comments on commit 82aa1a9

Please sign in to comment.