From a938e9ce898e3fc3e721dca6a7330d4de2143a2c Mon Sep 17 00:00:00 2001 From: hantmac Date: Tue, 6 Feb 2024 10:04:16 +0800 Subject: [PATCH] feat: release 0.1.8 --- .github/workflows/release.yml | 11 +++++++---- README.md | 2 +- databend-client/pom.xml | 4 ++-- databend-jdbc/pom.xml | 6 +++--- pom.xml | 2 +- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83a2f314..0b66085d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,13 @@ name: Release Workflow +#on: +# push: +# tags: +# - 'v[0-9]+.[0-9]+.[0-9]+' +# - 'v[0-9]+.[0-9]+.[0-9]+-rc*' on: - push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - - 'v[0-9]+.[0-9]+.[0-9]+-rc*' + pull_request: + branches: [ main ] jobs: build-and-release: diff --git a/README.md b/README.md index f2262325..870b6411 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.1.7 + 0.1.8 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index 3802e6db..cc49d6f8 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.1.7 + 0.1.8 ../pom.xml com.databend databend-client - 0.1.7 + 0.1.8 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index 276f1bd7..fe6bd9a7 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.1.7 + 0.1.8 ../pom.xml com.databend databend-jdbc - 0.1.7 + 0.1.8 @@ -24,7 +24,7 @@ com.databend databend-client - 0.1.7 + 0.1.8 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index 7b1ace4c..24e4faca 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.1.7 + 0.1.8 databend-base Databend pom