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

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new d61f079b40 Revert "Remove branch setting in release configuration"
d61f079b40 is described below

commit d61f079b40d1c57989e0cb9746f7f2dc21dabdf6
Author: Francis Chuang <[email protected]>
AuthorDate: Wed Apr 27 10:32:18 2022 +1000

    Revert "Remove branch setting in release configuration"
    
    This reverts commit b9c2099ea92a575084b55a206efc5dd341c0df62.
---
 build.gradle.kts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index 4c2e80570d..c8dbf5250b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -139,6 +139,9 @@ releaseParams {
     releaseTag.set("calcite-$buildVersion")
     rcTag.set(rc.map { "calcite-$buildVersion-rc$it" })
     sitePreviewEnabled.set(false)
+    source {
+        branch.set("main")
+    }
     nexus {
         // https://github.com/marcphilipp/nexus-publish-plugin/issues/35
         packageGroup.set("org.apache.calcite")

Reply via email to