From 6dace24b3d2a139715344afcef834f165e96b60f Mon Sep 17 00:00:00 2001 From: Marcelo Sauerbrunn Portugal Date: Thu, 17 Aug 2023 11:38:03 -0400 Subject: [PATCH] docs: Update DEVELOPER.md --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index cff88fef3..4aa88873a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -423,11 +423,11 @@ Run these grunt tasks. Look at the grunt-bump module for how to specify a major/ Make sure not to include a preceding 'v' in the version name. It will be done automatically by the `bump` task. # Optionally set the version manually: grunt bump-only --setversion=3.0.1-rc.1 + npm run bump grunt bump-only - grunt changelog grunt bump-commit -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! git push origin master --tags