Skip to content

Commit 6dace24

Browse files
authored
docs: Update DEVELOPER.md
1 parent 945d4f8 commit 6dace24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ Run these grunt tasks. Look at the grunt-bump module for how to specify a major/
423423
Make sure not to include a preceding 'v' in the version name. It will be done automatically by the `bump` task.
424424
425425
# Optionally set the version manually: grunt bump-only --setversion=3.0.1-rc.1
426+
npm run bump
426427
grunt bump-only
427-
grunt changelog
428428
grunt bump-commit
429429
430-
Then push the changes to origin/master and Travis will take care of the rest!
430+
Then push the changes to origin/master and Github actions will take care of the rest!
431431
432432
git push origin master --tags
433433

0 commit comments

Comments
 (0)