You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by ey...@apache.org on 2022/11/09 16:16:06 UTC

[datafu] branch main updated: Minor fixes after master branch rename to main

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 96b83a8  Minor fixes after master branch rename to main
96b83a8 is described below

commit 96b83a8eaaf026fea20f64c8c7e04851fa0c4ce5
Author: Eyal Allweil <ey...@apache.org>
AuthorDate: Wed Nov 9 18:15:17 2022 +0200

    Minor fixes after master branch rename to main
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 .github/workflows/tests.yml           | 6 +++---
 README.md                             | 2 +-
 RELEASE.md                            | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8d08980..3627010 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ master ]
+    branches: [ main ]
   schedule:
     - cron: '36 3 * * 5'
 
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index c016667..80fd0e3 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,11 +1,11 @@
-# Build and test datafu-spark code for the latest Scala/Spark combinations for the master branch and new PRs
+# Build and test datafu-spark code for the latest Scala/Spark combinations for the main branch and new PRs
 name: "tests"
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
   schedule:
     - cron: '36 3 * * 5'
 
diff --git a/README.md b/README.md
index 182de7d..150ac42 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/datafu)](https://www.apache.org/licenses/LICENSE-2.0)
 [![Apache Jira](https://img.shields.io/badge/ASF%20Jira-DATAFU-brightgreen)](https://issues.apache.org/jira/projects/DATAFU/)
 [![Maven Central](https://img.shields.io/maven-central/v/org.apache.datafu/datafu-pig)](http://search.maven.org/#search|gav|1|g:"org.apache.datafu")
-[![GitHub Actions Build](https://github.com/apache/datafu/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/apache/datafu/actions/workflows/tests.yml)
+[![GitHub Actions Build](https://github.com/apache/datafu/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/apache/datafu/actions/workflows/tests.yml)
 ![GitHub pull requests](https://img.shields.io/github/issues-pr/apache/datafu)
 
 [Apache DataFu](http://datafu.apache.org) is a collection of libraries for working with large-scale data in Hadoop.
diff --git a/RELEASE.md b/RELEASE.md
index 6ad85e0..1f81ae2 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -213,4 +213,4 @@ separate process.
 
 After you have released source and binary artifacts, you should add an entry to the DataFu website and update the various places that point to the previous release. You can look at [a previous release's commit](https://github.com/apache/datafu/commit/09a68527f5921e026c04e8e9940ef0466b41a7c0) in order to get an idea of which files need to be changed. Keep in mind that there is one place where the previous version is updated (if you're release 1.6.1 instead of 1.6.0, you need to replace *1 [...]
 
-After you have made these changes, build the site (and regenerate java/scaladocs) by using [the instructions here.](https://github.com/apache/datafu/blob/master/site/README.md)
+After you have made these changes, build the site (and regenerate java/scaladocs) by using [the instructions here.](https://github.com/apache/datafu/blob/main/site/README.md)