Skip to content

Commit

Permalink
modify the release bash to auto sync dev from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ustbhuangyi committed Nov 9, 2017
1 parent a952a8b commit 9736109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/release/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ npm run doc-demo-build
git add docs/
git commit -m 'docs build'
git push origin master
git checkout dev
git rebase master
git push origin dev
git checkout master
4 changes: 4 additions & 0 deletions build/release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ node ./build/release/replace-version.js
npm publish
# checkout src/index.js
git checkout src/index.js
git checkout dev
git rebase master
git push origin dev
git checkout master

0 comments on commit 9736109

Please sign in to comment.