We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945d4f8 commit 6dace24Copy full SHA for 6dace24
DEVELOPER.md
@@ -423,11 +423,11 @@ Run these grunt tasks. Look at the grunt-bump module for how to specify a major/
423
Make sure not to include a preceding 'v' in the version name. It will be done automatically by the `bump` task.
424
425
# Optionally set the version manually: grunt bump-only --setversion=3.0.1-rc.1
426
+ npm run bump
427
grunt bump-only
- grunt changelog
428
grunt bump-commit
429
430
-Then push the changes to origin/master and Travis will take care of the rest!
+Then push the changes to origin/master and Github actions will take care of the rest!
431
432
git push origin master --tags
433
0 commit comments