Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit b52c01d

Browse files
committed
Clarify release process
1 parent 029b428 commit b52c01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ It's equal to run separately:
8989

9090
### How to release
9191

92-
Manually update version in ``package.json`` and ``bower.json``, run ``grunt changelog`` to generate changelog. Commit all three files, tag it as a version number (eg: v0.2.0) and ``git push --tags origin master`` everything to GitHub. Travis will take care of building and publishing everything else (demo pages, bower packages, etc.)
92+
Manually update version in ``package.json`` and ``bower.json``, run ``grunt changelog`` to generate changelog. Commit all three files, and ``git push origin master`` everything to GitHub. Travis will take care of building and publishing everything else (demo pages, bower packages, etc.). Finally [create a release on GitHub](https://github.com/angular-ui/ui-utils/releases/new) from the tag created by Travis.

0 commit comments

Comments
 (0)