This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0e429c063c4bdeacba964cc41dfdc96542738dfb
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Fri Sep 14 10:06:40 2018 +0200

    Push snapshot to docker hub when making a new version
---
 build/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/build/Makefile b/build/Makefile
index 989cbdd..57cb693 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -17,7 +17,9 @@ release: prepare-release build images-build images-push 
test-integration cross-c
 prepare-release:
        ./build/prepare_release.sh
 
-new-version:
+new-version: increment-snapshot build images-build images-push
+
+increment-snapshot:
        ./build/next_snapshot.sh
 
 cross-compile:
@@ -60,4 +62,4 @@ check-integration:
 
 
 
-.PHONY: build build-operator build-kamel build-embed-resources build-runtime 
dep codegen images images-build images-push test check test-integration 
check-integration clean release prepare-release cross-compile new-version 
git-tag
+.PHONY: build build-operator build-kamel build-embed-resources build-runtime 
dep codegen images images-build images-push test check test-integration 
check-integration clean release prepare-release cross-compile new-version 
git-tag increment-snapshot

Reply via email to