From 9670b58fee2f9d8fb1ae11d64fa73709e10ce838 Mon Sep 17 00:00:00 2001 From: sentriz Date: Wed, 22 Jan 2020 15:02:08 +0000 Subject: [PATCH] gen handler tests while bumping --- _do_bump_version | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_do_bump_version b/_do_bump_version index bb7b715..a3d22f7 100755 --- a/_do_bump_version +++ b/_do_bump_version @@ -49,6 +49,8 @@ const NAME_SCAN = "gonicscan" const VERSION = "$new_version" EOL +./_do_gen_handler_tests + # create and tag single commit with a change to the version file git commit --all --message "bump to $new_version" git tag "$new_version"