Skip to content

Commit

Permalink
(docs) Update Releasing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
feimosi committed Sep 26, 2017
1 parent f7b69f9 commit 8e44836
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Push changes
git push
```

Merge `master` branch
```sh
git checkout master
git merge --ff-only dev
```

Add a tag
```sh
git tag v1.8.0
Expand All @@ -54,8 +60,9 @@ git push --tags
Deploy the new demo page
```sh
gulp deploy
cd ./publish
cd .publish
git push
cd ..
```

Publish the new version to `npm`
Expand Down

0 comments on commit 8e44836

Please sign in to comment.