Skip to content

Commit 638bdc4

Browse files
committed
Update release process notes
[skip ci]
1 parent 8d13a60 commit 638bdc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DEVELOPER.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,13 @@ Deployment to http://ui-grid.info/ is done automatically when pushed to ui-grid
400400
# Performing a release
401401
402402
Run these grunt tasks. Look at the grunt-bump module for how to specify a major/minor/patch/pre-release version. This series will bump the version in package.json, update the changelog for that version, then commit the changes and add a new git tag for the version.
403+
404+
Make sure not to include a preceding 'v' in the version name. It will be done automatically by the `bump` task.
403405
404406
# Optionally set the version manually: grunt bump-only --setversion=3.0.1-rc.1
405407
grunt bump-only
406408
grunt changelog
407-
grunt commit-only
409+
grunt bump-commit
408410
409411
Then push the changes to origin/master and Travis will take care of the rest!
410412

0 commit comments

Comments
 (0)