From bab8c3b3bb6f303de72b14516195e62a5da66205 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 4 Jan 2024 13:58:36 +0900 Subject: [PATCH] Add .gbs.conf file to build with version tag Add .gbs.conf file to build with version tag. Change-Id: Ice88e56227f6e04d85dc6d6ced532a626f85ba13 Signed-off-by: Jaehoon Chung --- .gbs.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gbs.conf diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..f744dba --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 -- 2.7.4